Add RSS feed link

This commit is contained in:
Jesse Rusak 2024-08-12 17:13:32 -04:00
parent 9890a04990
commit 6e6c1eaac9

View File

@ -1,6 +1,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}
{{- if .IsHome -}}
<meta name="description" content="{{ site.Params.Description }}" />
{{- else -}}