Rename html.html to tag-html.html

This commit is contained in:
Will Faught
2024-07-12 13:38:58 -07:00
parent e91d5abeca
commit e76b44a9e2
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{{ $page := . }}
<!doctype html>
{{ partial "paige/html.html" $page }}
{{ partial "paige/tag-html.html" $page }}
{{ partial "paige/head.html" $page }}
{{ partial "paige/body.html" $page }}
{{ if templates.Exists "partials/paige/body-first.html" }}