Changes to HTML tags and styling choices

This commit is contained in:
2025-07-01 15:23:32 -04:00
parent 8219b9fe0c
commit 201a496d2e
5 changed files with 8 additions and 5 deletions

View File

@@ -39,7 +39,10 @@
{{ with $title }}
<title>{{ . }}</title>
{{ end }}
{{ with .Params.customJS }}
<script type="module" src="{{ . | relURL }}"></script>
{{ end }}
{{ partial "paige/links.html" $page }}
{{ with $page.Param "paige.style" }}