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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorksunden <sunden@wisc.edu>2019-05-01 06:15:39 +0300
committerksunden <sunden@wisc.edu>2019-05-01 06:15:39 +0300
commit5d23d2ac0d79c7224fe76b495f97d33086d84d00 (patch)
tree878fc92f237a25808664b6cdebb8d61a0a36b037 /data
parenta334e197aac7011f8bdaaeada01935242f7b420b (diff)
Add mastodon social icon
Diffstat (limited to 'data')
-rw-r--r--data/beautifulhugo/social.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml
index cead546..f0c11f1 100644
--- a/data/beautifulhugo/social.toml
+++ b/data/beautifulhugo/social.toml
@@ -135,3 +135,9 @@ id = "500px"
url = "https://500px.com/%s"
title = "500px"
icon = "fab fa-500px"
+
+[[social_icons]]
+id = "mastodon"
+url = "https://%s"
+title = "Mastodon"
+icon = "fab fa-mastodon"