Sync with latest Ananke
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luca Beltrame 2021-01-30 02:06:34 +01:00
parent 7a9cf99176
commit 6449e0ac8a
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -15,14 +15,7 @@
<meta name="robots" content="noindex, nofollow">
{{ end }}
{{ $stylesheet := .Site.Data.webpack_assets.app }}
{{ with $stylesheet.css }}
<link href="{{ relURL (printf "%s%s" "dist/" .) }}" rel="stylesheet">
{{ end }}
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ relURL (.) }}">
{{ end }}
{{ partial "site-style.html" . }}
{{ block "favicon" . }}
{{ partialCached "site-favicon.html" . }}
@ -53,6 +46,5 @@
{{ block "main" . }}{{ end }}
</main>
{{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
{{ block "scripts" . }}{{ partialCached "site-scripts.html" . }}{{ end }}
</body>
</html>