basic rss support

This commit is contained in:
zoe 2022-04-16 17:33:13 +02:00
parent efd7e272f8
commit df5d39e255
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@
{{ $css := resources.Get "scss/main.scss" }}
{{ $css = $css | toCSS }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
<link rel="alternate" type="application/rss+xml" href="https://example.com/index.xml" title="{{.Title}}@{{.Site.Title}}">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>