mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-24 02:57:09 +00:00
new: [website] add fontwesome and reference to the Mastodon account
This commit is contained in:
parent
efa3941e0b
commit
09eb33591c
4 changed files with 6034 additions and 1 deletions
|
@ -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
6026
static/fontawesome/all.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue