2022-11-11 20:56:04 -08:00

17 lines
633 B
HTML
Executable File

<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a style="text-align: center; width: 100%;" class="f6 fw6 no-underline white-70 dn dib-ns pv2 ph3" >
Made with Love ❤️ & Lemons 🍋
</a>
</div>
<a style="text-align: center; width: 100%;" class="f6 fw6 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>
</footer>
<style>
</style>
<script>
</script>