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

github.com/kimcc/hugo-theme-noteworthy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Delporte <frank@webtechie.be>2020-03-07 21:08:00 +0300
committerGitHub <noreply@github.com>2020-03-07 21:08:00 +0300
commit76d00cbab1072b1f975d8433f7bca297727a148b (patch)
treeb20e5f32a49930e40ab8b8a597eb9868039b33b3
parenta4a6ec7e94a59f09b0210c44a89248f35cefc269 (diff)
Added vimeo to social links
-rw-r--r--layouts/partials/social.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 6fa4e12..1ae3492 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -63,6 +63,15 @@
</a>
{{ end }}
+ {{ if isset .Site.Params "vimeo" }}
+ <a class="social-icon" href="{{ .Site.Params.Vimeo }}" target="_blank" rel="noopener" title="Vimeo">
+ <!-- Vimeo icon by https://icons8.com/icons/set/vimeo -->
+ <svg width="28px" height="28px" viewBox="0 0 50 50" version="1.1" fill="#ABABAB" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink">
+ <path d="M 41 5 C 34.210938 4.992188 30.46875 8.796875 28.167969 16.210938 C 29.371094 15.765625 30.578125 15.214844 31.671875 15.214844 C 33.972656 15.214844 34.738281 16.070313 34.410156 18.726563 C 34.300781 20.386719 33.644531 23.066406 31.671875 26.164063 C 29.699219 29.152344 27.984375 30 27 30 C 25.796875 30 24.882813 28.269531 23.898438 23.621094 C 23.570313 22.292969 22.804688 19.304688 21.925781 13.664063 C 21.160156 8.464844 18.613281 5.667969 15 6 C 13.46875 6.109375 11.636719 7.535156 8.570313 10.191406 C 6.378906 12.183594 4.300781 13.621094 2 15.613281 L 4.191406 18.421875 C 6.269531 16.984375 7.476563 16.429688 7.804688 16.429688 C 9.335938 16.429688 10.757813 18.863281 12.183594 23.84375 C 13.386719 28.378906 14.699219 32.914063 15.90625 37.449219 C 17.765625 42.429688 20.066406 44.863281 22.695313 44.863281 C 27.074219 44.863281 32.328125 40.882813 38.570313 32.695313 C 44.699219 24.949219 47.78125 18.535156 48 14 C 48.21875 8.027344 45.816406 5.109375 41 5 Z"/>
+ </svg>
+ </a>
+ {{ end }}
+
{{ if isset .Site.Params "weibo" }}
<a class="social-icon" href="{{ .Site.Params.Weibo }}" target="_blank" rel="noopener" title="Weibo">
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" fill="#ABABAB" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink">