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

17 lines
703 B
HTML

<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>
</p>
</div>
</div>
</div>
</footer>