feat: add link to mastodon
All checks were successful
Deploy workflow / deploy (push) Successful in 15s
All checks were successful
Deploy workflow / deploy (push) Successful in 15s
This commit is contained in:
parent
c5f92b86f4
commit
867bb99f5c
5 changed files with 43 additions and 18 deletions
|
|
@ -32,15 +32,16 @@
|
|||
|
||||
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
|
||||
<p>VMEMS – Contenu en <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr">licence Creative Commons CC-BY-SA</a> sauf si mentioné autrement</p>
|
||||
<ul class="list-unstyled d-flex">
|
||||
<li class="ms-3"><a class="link-body-emphasis" href="#">
|
||||
<svg class="bi" width="24" height="24"><use xlink:href="#twitter"/></svg>
|
||||
</a></li>
|
||||
<li class="ms-3"><a class="link-body-emphasis" href="#">
|
||||
<svg class="bi" width="24" height="24"><use xlink:href="#instagram"/></svg>
|
||||
</a></li>
|
||||
<li class="ms-3"><a class="link-body-emphasis" href="#">
|
||||
<svg class="bi" width="24" height="24"><use xlink:href="#facebook"/></svg></a>
|
||||
<ul class="list-unstyled d-flex footer__socials">
|
||||
<li class="ms-3">
|
||||
<a
|
||||
class="link-body-emphasis"
|
||||
rel="me"
|
||||
href="{{ .Site.Params.contact.mastodon }}"
|
||||
title="Nous retrouver sur Mastodon"
|
||||
>
|
||||
{{ partial "helpers/svg" (dict "path" "icons/mastodon" "class" "social-icon mastodon") }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
{{- end -}}
|
||||
{{- else -}}
|
||||
{{ if not .Site.Lastmod.IsZero }}
|
||||
<meta property="og:updated_time" content="{{- .Site.Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML -}}" />
|
||||
<meta property="og:updated_time" content="{{- .Site.Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML -}}" />
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue