Include RSS header

This commit is contained in:
nemunaire 2021-07-10 10:46:47 +02:00
commit 19178b6791
2 changed files with 8 additions and 2 deletions

View file

@ -51,6 +51,10 @@
<link rel="canonical" href="{{ .URL | relURL }}">
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | relURL }}">