LoveIt/layouts/partials/footer.html

16 lines
764 B
HTML
Raw Normal View History

2019-02-03 12:30:44 +01:00
<footer class="footer">
<div class="copyright">
&copy;
{{ with .Site.Params.since }}
2019-08-05 15:15:01 +02:00
<span itemprop="copyrightYear">{{ if lt . now.Year }}{{ . }} - {{ end }}{{ now.Year }}</span>
2019-08-04 15:53:35 +02:00
{{ end }}
{{ if .Site.Params.author }}
2019-08-05 15:15:01 +02:00
<span class="author" itemprop="copyrightHolder"><a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> |
</span>
2019-02-03 12:30:44 +01:00
{{ end }}
2019-08-04 15:53:35 +02:00
<span>{{ (printf (T "powered") `<a href="https://gohugo.io/" target="_blank" rel="external nofollow noopener noreffer">Hugo</a>`) | safeHTML }} | {{ T "theme" }}<a href="https://github.com/dillonzq/KeepIt" target="_blank" rel="external nofollow noopener noreffer">KeepIt</a></span>
2019-02-03 12:30:44 +01:00
</div>
</footer>
{{ partial "js.html" . }}