Patrick Kollitsch 36503c4f9d
refactor: sort css classes
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-03-29 08:51:01 +07:00

9 lines
485 B
HTML

<footer class="{{ .Site.Params.background_color_class | compare.Default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3 no-underline" href="{{ .Site.Home.Permalink }}" >
&copy; {{ with .Site.Copyright | compare.Default .Site.Title }} {{ . | safe.HTML }} {{ now.Format "2006"}} {{ end }}
</a>
<div>{{ partials.IncludeCached "social/follow.html" . }}</div>
</div>
</footer>