21 lines
885 B
HTML
21 lines
885 B
HTML
<footer class="footer">
|
|
<div class="copyright">
|
|
©
|
|
{{ with .Site.Params.since }}
|
|
<span itemprop="copyrightYear">{{.}} - {{ now.Year }}</span>
|
|
{{ end }}
|
|
<span class="with-love">
|
|
<i class="iconfont icon-love"></i>
|
|
</span>
|
|
{{ if .Site.Params.author }}
|
|
<span class="author" itemprop="copyrightHolder"><a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> | </span>
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.beian }}
|
|
<a href="http://www.miibeian.gov.cn/" target="_blank" rel="external nofollow">{{ . }} </a> |
|
|
{{ end }}
|
|
<span>Powered by <a href="https://gohugo.io/" target="_blank" rel="external nofollow">Hugo</a> & <a href="https://github.com/liuzc/leaveit" target="_blank" rel="external nofollow">LeaveIt</a></span>
|
|
</div>
|
|
</footer>
|
|
|
|
{{ partial "js.html" . }} |