sitoctt/themes/ananke/layouts/partials/site-footer.html
2024-08-27 01:06:25 +02:00

11 lines
624 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="fw4 hover-white no-underline white-70 dib-ns pv2 ph3" href="{{ .Site.Home.Permalink }}" >
&copy; {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} 2022{{ now.Format "2006" }} {{ end }}
</a>
<div>{{ partial "social-follow.html" . }}</div>
</div>
<span class="white-70 f6">❤️ Copying is an act of love. <a>Please copy and share</a>.</span>
<div class="white pv3 tc">{{ partial "footer-buttons.html" }}</div>
</footer>