Link the RSS to the head tag
This commit is contained in:
parent
ff5a0d9afe
commit
df5830804f
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.Title }}" href="/posts/index.xml" />
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
{{ partialCached "head/css.html" . }}
|
||||
|
|
Loading…
Reference in a new issue