Merge pull request #17 from cgiacomi/feature/copyright

feat: add copyright option
This commit is contained in:
Vivek R
2019-10-10 17:19:09 +05:30
committed by GitHub
3 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<div class="footer wrapper">
<nav class="nav">
<div><a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
<div>{{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>