From 68ae56cd8c3872a1e114d494c7b078994b90f803 Mon Sep 17 00:00:00 2001 From: Martin Splitt Date: Tue, 5 Jul 2022 13:46:40 +0200 Subject: Fixes Instagram icon (#385) Co-authored-by: Martin Splitt --- layouts/guest/list.html | 2 +- layouts/guest/single.html | 2 +- layouts/host/single.html | 2 +- layouts/partials/header.html | 2 +- layouts/partials/hosts.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/guest/list.html b/layouts/guest/list.html index 33aa9d1..5e68a9e 100644 --- a/layouts/guest/list.html +++ b/layouts/guest/list.html @@ -61,7 +61,7 @@ {{ partial "social-link.html" (dict "context" . "aclass" "" "iclass" "fab fa-pinterest-square fa-2x" "prefix" "https://www.pinterest.com/" "text" "") }} {{ end }} {{ with .Params.Instagram }} - {{ partial "social-link.html" (dict "context" . "aclass" "" "iclass" "fab fa-instagram-square fa-2x" "prefix" "https://www.instagram.com/" "text" "") }} + {{ partial "social-link.html" (dict "context" . "aclass" "" "iclass" "fab fa-instagram fa-2x" "prefix" "https://www.instagram.com/" "text" "") }} {{ end }} {{ with .Params.YouTube }} {{ partial "social-link.html" (dict "context" . "aclass" "" "iclass" "fab fa-youtube-square fa-2x" "prefix" "https://www.youtube.com/" "text" "") }} diff --git a/layouts/guest/single.html b/layouts/guest/single.html index 755ac17..d531d3f 100644 --- a/layouts/guest/single.html +++ b/layouts/guest/single.html @@ -50,7 +50,7 @@ {{ partial "social-link.html" (dict "context" .Params.Pinterest "aclass" "" "iclass" "fab fa-pinterest-square fa-2x" "prefix" "https://www.pinterest.com/" "text" "") }} {{ end }} {{ if .Params.Instagram }} - {{ partial "social-link.html" (dict "context" .Params.Instagram "aclass" "" "iclass" "fab fa-instagram-square fa-2x" "prefix" "https://www.instagram.com/" "text" "") }} + {{ partial "social-link.html" (dict "context" .Params.Instagram "aclass" "" "iclass" "fab fa-instagram fa-2x" "prefix" "https://www.instagram.com/" "text" "") }} {{ end }} {{ if .Params.YouTube }} {{ partial "social-link.html" (dict "context" .Params.YouTube "aclass" "" "iclass" "fab fa-youtube-square fa-2x" "prefix" "https://www.youtube.com/" "text" "") }} diff --git a/layouts/host/single.html b/layouts/host/single.html index ee8992c..9b20a4b 100644 --- a/layouts/host/single.html +++ b/layouts/host/single.html @@ -49,7 +49,7 @@ {{ partial "social-link.html" (dict "context" .Params.Pinterest "iclass" "fab fa-pinterest-square fa-2x" "prefix" "https://www.pinterest.com/" "text" "") }} {{ end }} {{ if .Params.Instagram }} - {{ partial "social-link.html" (dict "context" .Params.Instagram "iclass" "fab fa-instagram-square fa-2x" "prefix" "https://www.instagram.com/" "text" "") }} + {{ partial "social-link.html" (dict "context" .Params.Instagram "iclass" "fab fa-instagram fa-2x" "prefix" "https://www.instagram.com/" "text" "") }} {{ end }} {{ if .Params.YouTube }} {{ partial "social-link.html" (dict "context" .Params.YouTube "iclass" "fab fa-youtube-square fa-2x" "prefix" "https://www.youtube.com/" "text" "") }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 7986cd6..a83c6d3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -54,7 +54,7 @@ {{ end }} {{ if (isset .Site.Params.social "instagram" ) }}
  • - {{ partial "social-link.html" (dict "context" $.Site.Params.social.instagram "aclass" "social-links" "iclass" "fab fa-instagram-square fa-2x" "prefix" "https://www.instagram.com/" "text" "") }} + {{ partial "social-link.html" (dict "context" $.Site.Params.social.instagram "aclass" "social-links" "iclass" "fab fa-instagram fa-2x" "prefix" "https://www.instagram.com/" "text" "") }}
  • {{ end }} {{ if (isset .Site.Params.social "linkedin" ) }} 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/") }} -- cgit v1.2.3