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

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d0a2ed4..cd4350d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -108,16 +108,19 @@ Even new lines and other markdown styles are working within the bio."""
title = "Twitter"
icon = "fa-twitter"
link = "#"
+ target = "_blank"
[[params.social]]
title = "Instagram"
icon = "fa-instagram"
link = "#"
-
+ target = "_blank"
+
[[params.social]]
title = "Facebook"
icon = "fa-facebook"
link = "#"
+ target = "_blank"
# Footer settings
[params.footer]