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
Loading
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="flattr:id" <meta name="flattr:id"
content="{{ with .Param "flatterid" }}{{ . }}{{ end }}"> 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 }} {{ 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 }} {{ end }}
</head> </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