fix: meta tags for rss feeds
This commit is contained in:
parent
f656204f03
commit
f614d01cae
1 changed files with 19 additions and 2 deletions
|
@ -21,5 +21,22 @@
|
||||||
<link rel="shortcut icon" href="/assets/images/favicon.png" />
|
<link rel="shortcut icon" href="/assets/images/favicon.png" />
|
||||||
<link rel="alternate"
|
<link rel="alternate"
|
||||||
type="application/rss+xml"
|
type="application/rss+xml"
|
||||||
title="RSS feed for {{ meta.siteName }}"
|
title="Posts • {{ meta.siteName }}"
|
||||||
href="/rss.xml" />
|
href="/feeds/posts.xml" />
|
||||||
|
<link rel="alternate"
|
||||||
|
type="application/rss+xml"
|
||||||
|
title="Books • {{ meta.siteName }}"
|
||||||
|
href="/feeds/books.xml" />
|
||||||
|
<link rel="alternate"
|
||||||
|
type="application/rss+xml"
|
||||||
|
title="Games • {{ meta.siteName }}"
|
||||||
|
href="/feeds/games.xml" />
|
||||||
|
<link rel="alternate"
|
||||||
|
type="application/rss+xml"
|
||||||
|
title="Watching • {{ meta.siteName }}"
|
||||||
|
href="/feeds/watching.xml" />
|
||||||
|
<link rel="alternate"
|
||||||
|
type="application/rss+xml"
|
||||||
|
title="Firehose • {{ meta.siteName }}"
|
||||||
|
href="/feeds/all.xml" />
|
||||||
|
<meta name="fediverse:creator" content="@wonderfulfrog@mastodon.social">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue