Update footer.html

This commit is contained in:
月季花中的星辰 2021-12-28 22:49:28 +00:00 committed by GitHub
parent c849eea904
commit 6b4fbc9f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<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>
&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>