feat(footer): add instagram link
All checks were successful
Deploy workflow / deploy (push) Successful in 36s
All checks were successful
Deploy workflow / deploy (push) Successful in 36s
This commit is contained in:
parent
edbf63aa26
commit
797a468ac9
4 changed files with 32 additions and 0 deletions
|
|
@ -15,6 +15,11 @@
|
|||
{{ partial "helpers/svg" (dict "path" "icons/helloasso" "class" "site-footer-socials__logo") }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ .Site.Params.socials.instagram }}" title="Compte instagram">
|
||||
{{ partial "helpers/svg" (dict "path" "icons/instagram_color" "class" "site-footer-socials__logo icon-instagram") }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ .Site.Params.socials.twitter }}" title="Fil Twitter/X">
|
||||
{{ partial "helpers/svg" (dict "path" "icons/twitter" "class" "site-footer-socials__logo icon-twitter") }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue