5 lines
224 B
HTML
5 lines
224 B
HTML
<footer>
|
|
<div class="copyright">
|
|
© {{ $.Site.Params.copyright }} {{ now.Format "2006"}} · {{ with $.Site.Params.license }}<a href="{{ $.Site.Params.licenseURL }}">{{ . | safeHTML }}</a>{{end}}
|
|
</div>
|
|
</footer>
|