Skip to content
Snippets Groups Projects
Commit 29c86a6e authored by micressor's avatar micressor
Browse files

Atom feed: Add explicit feed urls to <head/> for news section

parent 7767a001
No related branches found
No related tags found
1 merge request!24Feature hugo migration
......@@ -11,7 +11,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="flattr:id"
content="{{ with .Param "flatterid" }}{{ . }}{{ end }}">
<link href="/news/index.xml" rel="alternate" type="application/rss+xml" title="Briar News" />
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Briar - All changes" />
{{ if .RSSLink }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ with .Title }}{{ . }} - {{ end }} {{ .Site.Title }}" />
{{ end }}
</head>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment