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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Splitt <mr.avgp@googlemail.com>2022-07-05 14:46:40 +0300
committerGitHub <noreply@github.com>2022-07-05 14:46:40 +0300
commit68ae56cd8c3872a1e114d494c7b078994b90f803 (patch)
treee450de685a1cd6918f6bee3f9c49f79b41938f87 /layouts/partials/hosts.html
parent6866fe66a0bae332cbae26acc04783f480e28c27 (diff)
Fixes Instagram icon (#385)
Co-authored-by: Martin Splitt <martin@geekonaut.de>
Diffstat (limited to 'layouts/partials/hosts.html')
-rw-r--r--layouts/partials/hosts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/hosts.html b/layouts/partials/hosts.html
index bd607e3..1c6cda2 100644
--- a/layouts/partials/hosts.html
+++ b/layouts/partials/hosts.html
@@ -42,7 +42,7 @@
{{ partial "social-link.html" (dict "context" . "aclass" "" "iclass" "fab fa-pinterest-square fa-2x" "prefix" "https://www.pinterest.com/") }}
{{ end }}
{{ with .Params.Instagram }}
- {{ partial "social-link.html" (dict "context" . "aclass" "" "iclass" "fab fa-instagram-square fa-2x" "prefix" "https://www.instagram.com/") }}
+ {{ partial "social-link.html" (dict "context" . "aclass" "" "iclass" "fab fa-instagram fa-2x" "prefix" "https://www.instagram.com/") }}
{{ end }}
{{ with .Params.YouTube }}
{{ partial "social-link.html" (dict "context" . "aclass" "" "iclass" "fab fa-youtube-square fa-2x" "prefix" "https://www.youtube.com/") }}