mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
8 lines
311 B
HTML
8 lines
311 B
HTML
<footer id="footer">
|
|
<div class="outer">
|
|
<div id="footer-info" class="inner">
|
|
© {{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>
|