basic-theme/layouts/partials/footer.html

5 lines
114 B
HTML

<footer>
{{ with .Site.Copyright }}
<p class="copyright">{{ . | markdownify }}</p>
{{ end }}
</footer>