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:
authorJoel S Aufrecht <junkmail-github@aufrecht.org>2021-11-16 17:15:28 +0300
committerGitHub <noreply@github.com>2021-11-16 17:15:28 +0300
commit3710f7e92a02438ae8508554c0d7a9ea763cc6ba (patch)
treeac9a78526d10b8bf0357831ab45bc035cdbb7d83 /exampleSite
parent869b03ea78b6238febe54cae970b23312d099ff6 (diff)
added tiktok to available social media links (#444)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
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"