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

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social-follow.html')
-rw-r--r--layouts/partials/social-follow.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html
index 0755ce2..63cfe69 100644
--- a/layouts/partials/social-follow.html
+++ b/layouts/partials/social-follow.html
@@ -78,3 +78,9 @@
{{- partial "new-window-icon.html" . -}}
</a>
{{ end }}
+{{ with .Param "tiktok" }}
+<a href="{{ . }}" target="_blank" class="link-transition tiktok link dib z-999 pt3 pt0-l mr1" title="TikTok link" rel="noopener" aria-label="follow on TikTok——Opens in a new window">
+ {{ partial "svg/tiktok.svg" (dict "size" $icon_size) }}
+ {{- partial "new-window-icon.html" . -}}
+</a>
+{{ end }}