This commit is contained in:
zoe 2022-04-16 17:45:11 +02:00
parent df5d39e255
commit 3d406997cb
1 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
{{ $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}}">
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>