diff --git a/assets/ananke/css/_social-icons.css b/assets/ananke/css/_social-icons.css
index 148d99f..a042f79 100644
--- a/assets/ananke/css/_social-icons.css
+++ b/assets/ananke/css/_social-icons.css
@@ -1,4 +1,4 @@
-.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .keybase, .linkedin, .medium, .mastodon, .slack, .stackoverflow, .rss {
+.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .keybase, .linkedin, .medium, .mastodon, .slack, .stackoverflow, .rss, .tiktok {
fill: #BABABA;
}
@@ -62,3 +62,7 @@
.rss:hover{
fill: #ff6f1a;
}
+
+.tiktok:hover{
+ fill: #FE2C55;
+}
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index be77ee4..04e2b87 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -42,6 +42,8 @@ enableRobotsTXT = true
slack = ""
stackoverflow = ""
rss = ""
+ tiktok = ""
+
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "/images/gohugo-default-sample-hero-image.jpg"
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" . -}}
{{ end }}
+{{ with .Param "tiktok" }}
+
+ {{ partial "svg/tiktok.svg" (dict "size" $icon_size) }}
+ {{- partial "new-window-icon.html" . -}}
+
+{{ end }}
diff --git a/layouts/partials/svg/tiktok.svg b/layouts/partials/svg/tiktok.svg
new file mode 100644
index 0000000..18e5505
--- /dev/null
+++ b/layouts/partials/svg/tiktok.svg
@@ -0,0 +1,6 @@
+