6 lines
357 B
HTML
6 lines
357 B
HTML
<div class="copyright">
|
|
{{ with .Site.Params.copyright }}{{.|safeHTML}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}.
|
|
<a href="https://creativecommons.org/licenses/by-sa/4.0">Some Rights Reserved</a>.
|
|
Built with <a href="https://gohugo.io">Hugo</a> ❤️ <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
|
{{end}}
|
|
</div>
|