Fixup url path to stylesheet

main
Stef Dunlap 2022-08-13 08:17:54 -04:00
parent 6ba51719cb
commit 08ab8d31d1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<title>{{ block "title" . }}
{{ .Site.Title }}
{{ end }}</title>
<link rel="stylesheet" type="text/css" href='{{ "style.css" | relURL}}'>
<link rel="stylesheet" type="text/css" href='{{ "style.css" | absURL}}'>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}