Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social.html')
-rw-r--r--layouts/partials/social.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 4ef72dc..6f111a6 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -7,7 +7,11 @@
<a href="{{ $v }}" class="social-links__link" alt="{{ $k }}" target="_blank" aria-label="{{ $v }}"
rel="noopener noreferrer">
<span class="social-links__link__icon">
+ {{ if eq $k "rss" }}
+ <i class="fas fa-{{ $k }}"></i>
+ {{ else }}
<i class="fab fa-{{ $k }}"></i>
+ {{ end }}
</span>
</a>
{{ end }}