hugo-bearcub/layouts/partials/footer.html

5 lines
123 B
HTML
Raw Permalink Normal View History

<div class="footer-copy">
{{ .Site.Copyright }}
{{ with .Site.Params.madeWith }} | {{ markdownify . }}{{ end }}
</div>