diff options
author | Aniol Marti <aniol@aniolmarti.cat> | 2021-04-29 13:04:24 +0200 |
---|---|---|
committer | Aniol Marti <aniol@aniolmarti.cat> | 2021-04-29 13:04:24 +0200 |
commit | 9056f02b9b0e7fdfe56847c2ff10b21cdb5b493e (patch) | |
tree | fe0afb68092a83f17aac84150902185f2ea5373d /exampleSite | |
parent | 9cf4599276a1dcdeac9ff81014a140ca4fdfb93c (diff) |
Add social icons in footer
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4b4f741..1ca459a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,6 +20,14 @@ googleAnalytics = "" # add your tracking id avatarSize = "90px" colorBlack = "#222222" colorRed = "#dc3545" + [[params.socialIcons]] + icon = "fab fa-twitter" + title = "Twitter" + url = "https://twitter.com/" + [[params.socialIcons]] + icon = "fas fa-envelope" + title = "E-mail" + url = "mailto:mail@example.com" [permalinks] "/" = "/:filename" |