Fix typos

This commit is contained in:
panr
2019-01-29 11:18:14 +01:00
parent e65d3fbbc8
commit 802b2f1312
7 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
<footer class="footer">
<div class="footer__inner">
{{ if .Site.Copyright }}
<div class="copyright copyright--user">{{ .Site.Copyright| safeHTML }}</div>
{{ if $.Site.Copyright }}
<div class="copyright copyright--user">{{ $.Site.Copyright | safeHTML }}</div>
{{else}}
<div class="copyright">
<span>© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a></span>