hugo-theme-hyde-hyde/layouts/partials/sidebar/copyright.html

7 lines
357 B
HTML
Raw Normal View History

2018-09-20 01:43:46 +00:00
<div class="copyright">
{{ with .Site.Params.copyright }}{{.|safeHTML}}{{ else }}&copy; {{ 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>