revise about and copyright templates

This commit is contained in:
Huy Tran 2018-09-20 11:43:46 +10:00
parent 0e9507228c
commit 8c62c7eb97
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<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>