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