Rename head.html to tag-head.html

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

View File

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