Remove style-first.css, style-last.css includes
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user