fix(blog): RSS discovery link being broken on subpages

This commit is contained in:
Monty 2021-10-02 18:13:10 +02:00
parent 390f6975b7
commit 266482d678
No known key found for this signature in database
GPG Key ID: 78B405B6520E1012

View File

@ -37,7 +37,7 @@
<meta name="robots" content="index, follow">
<!-- RSS feed -->
<link rel="alternate" type="application/rss+xml" title="Pretendo Network Blog" href="blog/feed.xml">
<link rel="alternate" type="application/rss+xml" title="Pretendo Network Blog" href="/blog/feed.xml">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/icons/apple-touch-icon.png">