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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJCabak <jakubcabak@gmail.com>2021-04-23 23:42:04 +0300
committerJCabak <jakubcabak@gmail.com>2021-04-23 23:42:04 +0300
commitac6bc652312cf7dec354f3c0b0163ec1757fb3be (patch)
treed85a4995b9b6bc92f2159532a19f569a43459295 /exampleSite
parentaf14a0d07a436f37d0c7c4322c35a27e8bca6e97 (diff)
Accessibility and SEO improvements
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 36ebabb..b36d169 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -40,18 +40,22 @@ contact_form_action = "#" # contact form works with : https://formspree.io
############################## social links ##############################
[[params.social]]
icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
+name = "Facebook"
link = "#"
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
+name = "Twitter"
link = "#"
[[params.social]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons
+name = "Github"
link = "#"
[[params.social]]
icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
+name = "Linkedin"
link = "#"
################################ English Language ######################