hugo-theme-archbio/layouts/partials/footer.html
starsareintherose 727c862dda init
2021-12-28 21:09:14 +00:00

8 lines
304 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">syui</a>. <br>
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
</div>
</div>
</footer>