Sync with latest Ananke
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7a9cf99176
commit
6449e0ac8a
1 changed files with 1 additions and 9 deletions
|
@ -15,14 +15,7 @@
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ $stylesheet := .Site.Data.webpack_assets.app }}
|
{{ partial "site-style.html" . }}
|
||||||
{{ with $stylesheet.css }}
|
|
||||||
<link href="{{ relURL (printf "%s%s" "dist/" .) }}" rel="stylesheet">
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ range .Site.Params.custom_css }}
|
|
||||||
<link rel="stylesheet" href="{{ relURL (.) }}">
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ block "favicon" . }}
|
{{ block "favicon" . }}
|
||||||
{{ partialCached "site-favicon.html" . }}
|
{{ partialCached "site-favicon.html" . }}
|
||||||
|
@ -53,6 +46,5 @@
|
||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
</main>
|
</main>
|
||||||
{{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
|
{{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
|
||||||
{{ block "scripts" . }}{{ partialCached "site-scripts.html" . }}{{ end }}
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue