Link the RSS to the head tag

This commit is contained in:
Miguel de la Cruz 2024-01-07 03:12:21 +01:00
parent ff5a0d9afe
commit df5830804f

View file

@ -1,4 +1,5 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <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> <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }} {{ partialCached "head/css.html" . }}