diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4f18442..962696c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,29 +14,29 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + {{ $style := resources.Get "style-refractored.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} - + {{ $style_2 := resources.Get "audio.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} - + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index a2debbc..20ac871 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,7 +3,7 @@ {{ $background_path = . }} {{ end }} {{ if resources.Get $background_path }} - {{ $background_path = (resources.Get $background_path).Permalink }} + {{ $background_path = (resources.Get $background_path).RelPermalink }} {{ end }}