new: [website] add fontwesome and reference to the Mastodon account

This commit is contained in:
Alexandre Dulaunoy 2024-01-29 06:14:43 +01:00
parent efa3941e0b
commit 09eb33591c
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD
4 changed files with 6034 additions and 1 deletions

View file

@ -8,6 +8,7 @@ copyright = '© 2024 Le Sillon Fictionnel - contenu sous licence <a href="https:
[params]
title = 'sillon-fictionnel.club'
# copyright = '© 2024 Le Sillon Fictionnel - contenu sous licence <a href="https://creativecommons.org/licenses/by/4.0/deed.fr">CC BY 4.0 DEED</a>'
mastodon = 'https://paperbay.org/@sillon_fictionnel'
[socialIcons]
name = 'rss'
url = 'https://sillon-fictionnel.club'

6026
static/fontawesome/all.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -22,4 +22,5 @@
{{ end -}}
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
<script defer src="/fontawesome/all.js"></script>
</head>

View file

@ -3,7 +3,12 @@
<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>
© 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 }}
</p>
</div>
</div>