hugo-theme-archbio/layouts/partials/footer.html
月季花中的星辰 6b4fbc9f77
Update footer.html
2021-12-28 22:49:28 +00:00

8 lines
311 B
HTML

<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
&copy; {{now.Format "2006"}} <i class="fa fa-github"></i> <a href="https://github.com/BioArchLinux">BioArchLinux</a>. <br>
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
</div>
</div>
</footer>