Remove style-first.css, style-last.css includes

This commit is contained in:
Will Faught
2025-03-02 22:21:53 -08:00
parent 7e7508df27
commit 260c35d16c
2 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
{{ $page := . }}
{{ partial "paige/func-include.html" (dict "name" "style-first%s.css" "page" $page) | safeCSS }}
.paige-shortcode-figure-numbered {
counter-increment: paige-shortcode-figure-numbered;
}
@@ -109,5 +107,3 @@ table {
{{ with $page.Param "paige.style" }}
{{ . | safeCSS }}
{{ end }}
{{ partial "paige/func-include.html" (dict "name" "style-last%s.css" "page" $page) | safeCSS }}