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:
authorMichael Bugert <git@mbugert.de>2020-04-10 16:28:30 +0300
committerMichael Bugert <git@mbugert.de>2020-04-10 16:28:30 +0300
commitce64d4a68823c563e541cdd54225d33094b5808b (patch)
tree453696891f824ddc00e68ec19ced050ae7623904
parent9ec04a297870ce8aeb7eb341b5904fb4867c1128 (diff)
Add Soundcloud social icon
-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 8497c93..5372740 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -209,6 +209,15 @@
</a>
{{ end }}
+ {{ if isset .Site.Params "soundcloud" }}
+ <a class="social-icon" href="{{ .Site.Params.Soundcloud }}" target="_blank" rel="noopener" title="Soundcloud">
+ <!-- Soundcloud icon by https://icons8.com/icons/set/soundcloud -->
+ <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 30 11 C 26.398438 11 23 12.789063 21 15.6875 L 21 36 L 42.5 36 C 46.601563 36 50 32.601563 50 28.5 C 50 24.398438 46.601563 21 42.5 21 C 42 21 41.5 21.085938 41 21.1875 C 40.5 15.488281 35.800781 11 30 11 Z M 17 16 C 16.300781 16 15.601563 16.085938 15 16.1875 L 15 36 L 17 36 Z M 18 16 L 18 36 L 20 36 L 20 16.5 C 19.398438 16.300781 18.699219 16.101563 18 16 Z M 14 16.5 C 13.300781 16.800781 12.601563 17.101563 12 17.5 L 12 36 L 14 36 Z M 11 18.3125 C 10.199219 19.011719 9.5 19.90625 9 20.90625 L 9 36 L 11 36 Z M 6.5 22 C 6.324219 22.011719 6.148438 22.042969 6 22.09375 L 6 35.90625 C 6.300781 36.007813 6.699219 36 7 36 L 8 36 L 8 22.09375 C 7.699219 21.992188 7.300781 22 7 22 C 6.851563 22 6.675781 21.988281 6.5 22 Z M 5 22.3125 C 4.300781 22.511719 3.601563 22.8125 3 23.3125 L 3 34.6875 C 3.601563 35.085938 4.300781 35.488281 5 35.6875 Z M 2 24.09375 C 0.800781 25.394531 0 27.101563 0 29 C 0 30.898438 0.800781 32.605469 2 33.90625 Z"/>
+ </svg>
+ </a>
+ {{ end }}
+
</div>