diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 69c23fd..5488fe2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -29,6 +29,10 @@ googleAnalytics = "" # add your tracking id icon = "fas fa-envelope" title = "E-mail" url = "mailto:mail@example.com" + [[params.socialIcons]] + icon = "ai ai-google-scholar" + title = "Scholar" + url = "https://scholar.google.com/" [permalinks] "/" = "/:filename" |