Adjustable footer
This commit is contained in:
parent
257ecebbb3
commit
7c40f41e61
1 changed files with 3 additions and 3 deletions
|
@ -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 ❤ 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 ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>" | safeHTML }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue