Fix site footer include paths

This commit is contained in:
Will Faught
2025-02-07 22:21:06 -08:00
parent 78837c2c11
commit 49d876e533

View File

@@ -18,7 +18,7 @@
{{ if or $copyright $credit $first $last $license }}
<footer id="paige-site-footer">
{{ if $first }}
{{ partial "paige/footer-first.html" . }}
{{ partial "paige/site-footer-first.html" . }}
{{ end }}
{{ with $copyright }}
@@ -34,7 +34,7 @@
{{ end }}
{{ if $last }}
{{ partial "paige/footer-last.html" . }}
{{ partial "paige/site-footer-last.html" . }}
{{ end }}
</footer>
{{ end }}