Fix site footer include paths

master
Will Faught 5 months ago
parent 78837c2c11
commit 49d876e533

@ -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 }}

Loading…
Cancel
Save