hugo-xmin/layouts/partials/footer.html

10 lines
158 B
HTML

<footer>
{{ partial "foot_custom.html" . }}
{{ with .Site.Params.copyright }}
<hr/>
{{ . | markdownify }}
{{ end }}
</footer>
</body>
</html>