sillon-fictionnel/themes/writeonly/layouts/partials/shared/footer.html

19 lines
844 B
HTML
Raw Normal View History

2024-01-28 13:23:24 +00:00
<footer>
<div class="container">
<div class="row">
<div class="col-12">
<p class="text-muted text-center small">
© 2024 Le Sillon Fictionnel - contenu sous licence <a href="https://creativecommons.org/licenses/by/4.0/deed.fr">CC BY 4.0 DEED</a> -
{{ with .Site.Params.mastodon }}
<a class="button-square button-social hint--top text-center" rel="me" data-hint="Mastodon" title="Mastodon" href="{{ . }}">
<i class="fa-brands fa-mastodon"></i>
</a>
{{ end }}
<a class="button-square button-social hint--top text-center" title="RSS" href="/index.xml"><i class="fa-solid fa-rss"></i></a>
<a class="button-square button-social hint--top text-center" title="Atom Feed" href="/atom.xml"><i class="fa-solid fa-atom"></i></a>
2024-01-28 13:23:24 +00:00
</p>
</div>
</div>
</div>
</footer>