Change paige-footer id to paige-site-footer

This commit is contained in:
Will Faught
2024-07-12 18:49:54 -07:00
parent f6e364c885
commit 2e92de4acb

View File

@@ -13,7 +13,7 @@
{{ $credit = markdownify $credit }}
{{ end }}
<footer class="my-3 text-center text-secondary" id="paige-footer">
<footer class="my-3 text-center text-secondary" id="paige-site-footer">
{{ if templates.Exists "partials/paige/footer-first.html" }}
{{ partial "paige/footer-first.html" . }}
{{ end }}