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-01-29 05:14:43 +00:00
|
|
|
© 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 }}
|
2024-01-29 05:22:34 +00:00
|
|
|
<a class="button-square button-social hint--top text-center" title="RSS" href="/index.xml"><i class="fa-solid fa-rss"></i></a>
|
2024-02-10 14:46:01 +00:00
|
|
|
<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>
|