mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-25 08:01:53 -05:00
fix(blog): RSS discovery link being broken on subpages
This commit is contained in:
parent
390f6975b7
commit
266482d678
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user