mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
9 lines
325 B
HTML
Executable File
9 lines
325 B
HTML
Executable File
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
|
|
<div class="flex justify-between">
|
|
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
|
|
© {{ now.Format "2006" }} {{ .Site.Title }}
|
|
</a>
|
|
{{ partial "social-follow.html" . }}
|
|
</div>
|
|
</footer>
|