Skip to content
Snippets Groups Projects
Commit c102a23a authored by Olivia206's avatar Olivia206
Browse files

completed #154

parent 92cac132
No related branches found
No related tags found
No related merge requests found
......@@ -256,6 +256,8 @@ $icons: map-merge($icons, ("social-x": "\ee09"))
$icons: map-merge($icons, ("social-youtube": "\ee0a"))
$icons: map-merge($icons, ("toc": "\e918"))
$icons: map-merge($icons, ("twitter": "\e90d"))
$icons: map-merge($icons, ("social-github": "\ee0b"))
$icons: map-merge($icons, ("social-email": "\ee0c"))
// Breakpoints
// TODO: réécrire en sass les mixins bootstrap
......
......@@ -60,6 +60,10 @@ footer#document-footer
@include icon(social-vimeo, after)
&.tiktok
@include icon(social-tiktok, after)
&.github
@include icon(social-github, after)
&.email
@include icon(social-email, after)
&::after
font-size: $footer-icons-size
@include media-breakpoint-up(md)
......
......@@ -13,6 +13,16 @@
{{ if $site_social_links }}
<ul class="footer-social site-links">
{{ with $site_social_links.email}}
<li class="email">
<a href="mailto:{{ . }}" rel="noreferrer" title="Email" target="_blank">Email</a>
</li>
{{ end}}
{{ with $site_social_links.github}}
<li class="github">
<a href="{{ . }}" rel="noreferrer" title="Github" target="_blank">Github</a>
</li>
{{ end}}
{{ with $site_social_links.mastodon}}
<li class="mastodon">
<a href="{{ . }}" rel="noreferrer" title="Mastodon" target="_blank">Mastodon</a>
......
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment