From 12617ed68485b5c5f248a7b1fd2549b4cc31aa11 Mon Sep 17 00:00:00 2001
From: Aniol Martí <aniol@aniolmarti.cat>
Date: Mon, 3 Oct 2022 17:13:39 +0200
Subject: Add example of Academicicons icon

---
 exampleSite/config.toml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'exampleSite')

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"
-- 
cgit v1.2.3