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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Stewart <timothystewart6@gmail.com>2020-07-09 03:03:51 +0300
committerGitHub <noreply@github.com>2020-07-09 03:03:51 +0300
commitdd29d34ae760c792ae8d45b4966a6dfba1fb70dd (patch)
treedeaaa588f8b50affd6540609789d6a3438bbb348
parent2af02b2079beed857e76750fa35f0e5eb385e26f (diff)
fix(social): YouTube uses C and not Channel (#85)
-rw-r--r--layouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index bc18598..d5effd4 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -78,7 +78,7 @@
<a href="https://snapchat.com/add/{{.}}" aria-label="Snapchat" target="_blank"><i class="fab fa-snapchat" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.youtube}}
- <a href="https://youtube.com/channel/{{.}}" aria-label="Youtube" target="_blank"><i class="fab fa-youtube" aria-hidden="true"></i></a>
+ <a href="https://youtube.com/c/{{.}}" aria-label="Youtube" target="_blank"><i class="fab fa-youtube" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.keybase}}
<a href="https://keybase.io/{{.}}" aria-label="Keybase" target="_blank"><i class="fab fa-keybase" aria-hidden="true"></i></a>