diff options
author | Olivier Roques <ojroques@users.noreply.github.com> | 2021-04-29 20:53:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 20:53:19 +0200 |
commit | e6e7d32b863e7f4a8aaaf897ee1923693f0b24dc (patch) | |
tree | c22fd4c2f4e90afbe99373510ffc82fc3f7ccf09 /exampleSite | |
parent | 9cf4599276a1dcdeac9ff81014a140ca4fdfb93c (diff) | |
parent | 60feb8ec557a8430c93f5ded388545b76e86c82e (diff) |
Merge pull request #18 from aniolm9/footer-social-icons
New feature: 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" |