Adding supporter buttons to footer

This commit is contained in:
Mark Bools
2024-08-25 10:49:40 +01:00
parent d1b01fb422
commit 981e63fcb8
2 changed files with 3 additions and 0 deletions
@@ -3,6 +3,7 @@
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.Home.Permalink }}" >
&copy; {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} {{ now.Format "2006"}} {{ end }}
</a>
<div>{{ partial "supporter.html" . }}</div>
<div>{{ partial "social-follow.html" . }}</div>
</div>
</footer>