hugo-xmin/layouts/partials/footer.html

10 lines
155 B
HTML

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