coopcloud.tech/themes/coopcloud.tech/layouts/partials/footer.html

17 lines
638 B
HTML

<footer class="footer">
<div class="content has-text-centered has-text-white">
<p class="block">
{{ range $index, $item := site.Params.links.footer }}
{{ if gt $index 0 }}<span class="separator">|</span>{{ end }}<a href="{{ $item.link }}">{{ $item.name }}</a>
{{ end }}
</p>
<p>
Copyleft {{ now.Format "2006"}} Autonomic Cooperative
</p>
<!-- NOTE(d1): for https://social.coop/settings/verification
due to requiring 'rel="me"', we can't stuff this in the config.toml -->
<a style="display:none;" rel="me" href="https://social.coop/@coopcloud">Mastodon</a>
</div>
</footer>