Adjustable footer

This commit is contained in:
Abyss 2020-07-17 22:18:31 -04:00
parent 257ecebbb3
commit 7c40f41e61

View file

@ -13,8 +13,8 @@
</div>
<div class="footer__inner">
<div class="footer__content">
<span>Powered by <a href="http://gohugo.io">Hugo</a></span>
<span>Made with &#10084; by <a href="https://github.com/rhazdon">Djordje Atlialp</a></span>
</div>
<span>{{ .Site.Params.footerLeft | default "Powered by <a href=\"http://gohugo.io\">Hugo</a>" | safeHTML }}</span>
<span>{{ .Site.Params.footerRight | default "Made with &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>" | safeHTML }}</span>
</div>
</div>
</footer>