mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-09 01:32:45 +00:00
17 lines
633 B
HTML
Executable File
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 }}" > ©{{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} {{ now.Format "2006"}} {{ end }}
|
|
</a>
|
|
</footer>
|
|
|
|
<style>
|
|
|
|
</style>
|
|
|
|
<script>
|
|
|
|
</script> |