Move paige.style to style.html

This commit is contained in:
Will Faught
2023-02-25 11:33:17 -08:00
parent d6d2117fbb
commit 8bc236449b
3 changed files with 6 additions and 4 deletions

View File

@@ -101,6 +101,10 @@ body, html {
}
{{ end }}
{{ with $page.Param "paige.style" }}
{{ . | safeCSS }}
{{ end }}
{{ if templates.Exists "partials/paige/style-last.css" }}
{{ partial "paige/style-last.css" $page | safeCSS }}
{{ end }}