hugo-theme-archbio/layouts/partials/footer.html
月季花中的星辰 ff4f616fa1
fix the time
2021-12-28 21:45:00 +00:00

8 lines
311 B
HTML

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