diff options
author | Aniol Martà <aniol@aniolmarti.cat> | 2022-10-03 17:13:39 +0200 |
---|---|---|
committer | Aniol Martà <aniol@aniolmarti.cat> | 2022-10-03 17:13:39 +0200 |
commit | 12617ed68485b5c5f248a7b1fd2549b4cc31aa11 (patch) | |
tree | 9f69ccb38a4c160bebb649ee3c321e141d08a052 /exampleSite | |
parent | ace09b4e68dba4c3d15e53363db4158770c07e98 (diff) |
Add example of Academicicons icon
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" |