First, last includes for body, footer, head, header, and main tags

This commit is contained in:
Will Faught
2023-01-26 17:43:56 -08:00
parent 3bc024bc9e
commit 246a650445
5 changed files with 59 additions and 10 deletions

View File

@@ -1,4 +1,7 @@
<head>
{{ if templates.Exists "partials/paige/head-first.html" }}
{{ partial "paige/head-first.html" . }}
{{ end }}
{{ partial "paige/metas.html" . }}
<title>{{ partial "paige/func-title.html" . }}</title>
{{ partial "paige/links.html" . }}