add rss feeds

This commit is contained in:
KemoNine 2022-12-03 16:27:10 -05:00
parent ed27aeecd6
commit 19da370c45
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
{{ with .Site.Params.keywords }}<meta name="keywords" content="{{ . }}">{{ end }}
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<link rel="alternate" href="{{ "index.xml" | absLangURL }}" type="application/rss+xml" title="{{ .Site.Title }}">
<link rel="canonical" href="{{ .Permalink }}">
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" integrity="sha384-M86HUGbBFILBBZ9ykMAbT3nVb0+2C7yZlF8X2CiKNpDOQjKroMJqIeGZ/Le8N2Qp" crossorigin="anonymous" />