mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
8 lines
304 B
HTML
8 lines
304 B
HTML
<footer id="footer">
|
|
<div class="outer">
|
|
<div id="footer-info" class="inner">
|
|
© {{now.Format "2021~"}} <i class="fa fa-github"></i> <a href="https://github.com/BioArchLinux">syui</a>. <br>
|
|
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
|
|
</div>
|
|
</div>
|
|
</footer>
|