Replace _ with - in file names

This commit is contained in:
Will Faught
2022-12-12 23:20:23 -08:00
parent e5ab39b3a2
commit b6783d2750
30 changed files with 41 additions and 41 deletions

View File

@@ -1,23 +1,23 @@
<!doctype html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "paige_head.html" . }}
{{ partial "paige-head.html" . }}
<body class="d-flex flex-column">
<div class="container flex-fill">
<div class="row">
<div class="col">
{{ partial "paige_header.html" . }}
{{ partial "paige-header.html" . }}
<main>
<article>
{{ block "main" . }}{{ end }}
</article>
</main>
{{ partial "paige_footer.html" . }}
{{ partial "paige-footer.html" . }}
</div>
</div>
</div>
{{ partial "paige_script.html" . }}
{{ if templates.Exists "partials/paige_body_last.html" }}
{{ partial "paige_body_last.html" . }}
{{ partial "paige-script.html" . }}
{{ if templates.Exists "partials/paige-body-last.html" }}
{{ partial "paige-body-last.html" . }}
{{ end }}
</body>
</html>