footer.html 668 字节
Newer Older
G
Giuseppe Pignataro 已提交
1 2 3 4 5 6 7 8 9 10
<footer class="footer">
    <div class="copyright">
        &copy;
        {{ with .Site.Params.since }}
        <span itemprop="copyrightYear">{{.}} - {{ now.Year }}</span>
        {{ end }}
         {{ if .Site.Params.author }}
            <span class="author" itemprop="copyrightHolder"><a href="{{ .Site.BaseURL }}">{{ .Site.Params.author  }}</a> | </span>
         {{ end }}

G
Giuseppe Pignataro 已提交
11
		  <span>Crafted with ❤️ by <a href="https://fsb01.com" target="_blank" rel="external nofollow noopener noreffer">Fastbyte01</a> & <a href="https://gohugo.io/" target="_blank" rel="external nofollow noopener noreffer">Hugo</a></span>
G
Giuseppe Pignataro 已提交
12 13 14 15
    </div>
</footer>

{{ partial "js.html" . }}