feat(footer): add instagram link
This commit is contained in:
parent
7b7e10408e
commit
909b57369f
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