diff options
author | Olivier Roques <ojroques@users.noreply.github.com> | 2022-10-03 17:36:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 17:36:56 +0200 |
commit | 60fd8186bff740860f1c77c37e8e1cd26bbc6d3e (patch) | |
tree | 9f69ccb38a4c160bebb649ee3c321e141d08a052 /exampleSite | |
parent | 027e9d194cc652f4abe1b2cc1da30cfa381aa4b3 (diff) | |
parent | 12617ed68485b5c5f248a7b1fd2549b4cc31aa11 (diff) |
Merge pull request #31 from aniolm9/master
Add support for Academicicons
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" |