Remove tag prefix from html, head, body partials

This commit is contained in:
Will Faught
2025-02-07 23:27:59 -08:00
parent cf290ce67f
commit 80a6f40989
4 changed files with 3 additions and 3 deletions

View File

@@ -10,9 +10,9 @@
{{ $attrs = delimit (sort $attrs) " " }}
<!doctype html>
{{ partial "paige/tag-html.html" $page }}
{{ partial "paige/tag-head.html" $page }}
{{ partial "paige/tag-body.html" $page }}
{{ partial "paige/html.html" $page }}
{{ partial "paige/head.html" $page }}
{{ partial "paige/body.html" $page }}
{{ partial "paige/func-include.html" (dict "name" "body-first%s.html" "page" $page) }}