Move paige.style to style tag

This commit is contained in:
Will Faught
2025-03-02 22:26:51 -08:00
parent 260c35d16c
commit e537f0d09e
3 changed files with 6 additions and 5 deletions

View File

@@ -41,5 +41,10 @@
{{ end }}
{{ partial "paige/links.html" $page }}
{{ with $page.Param "paige.style" }}
<style>{{ . | safeCSS }}</style>
{{ end }}
{{ partial "paige/func-include.html" (dict "name" "head-last%s.html" "page" $page) | safeHTML }}
</head>