Merge branch 'footer-info'

This commit is contained in:
6543 2019-07-01 21:38:34 +02:00
commit 8fec5e7f98
2 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,7 @@ theme = "terminal"

paginate = 5 #entrys per site
defaultContentLanguage = "en"
#copyright = "CC-By-NC-4.0"
copyright = 'CC-By-NC-4.0'

[author]
name = "MH"

View File

@ -0,0 +1,12 @@
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
{{ if $.Site.Copyright }}
<span>Copyright {{ $.Site.Copyright | safeHTML }}</span>
{{end}}
<span>:: Powered by <a href="http://gohugo.io">Hugo</a></span>
<span>:: Theme by <a href="https://twitter.com/panr">panr</a></span>
<span>:: <a href="/impressum">Impressum</a></span>
</div>
</div>
</footer>