wantsum/layouts/partials/footer.html
Alexandre Vicenzi 6283825517 Lanyon update
2020-02-10 19:38:11 +01:00

5 lines
224 B
HTML

<footer>
<div class="copyright">
&copy; {{ $.Site.Params.copyright }} {{ now.Format "2006"}} · {{ with $.Site.Params.license }}<a href="{{ $.Site.Params.licenseURL }}">{{ . | safeHTML }}</a>{{end}}
</div>
</footer>