Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Tran <hoang.huy.tran@gmail.com>2020-11-03 03:23:07 +0300
committerGitHub <noreply@github.com>2020-11-03 03:23:07 +0300
commit7554b7e578e7d2ab7339d7e08e6891b31f3fcaa5 (patch)
treec95330941ea9286cddc2d09c6871e86b68ffbb72
parentbc59ebe5ca9943b19d6d2c201157fb4468010892 (diff)
parentf3d5b2d7257d5321cba92fd69195ed457c35c186 (diff)
Merge pull request #105 from jacobkoenig/scholar
added google scholar icon to social
-rw-r--r--layouts/partials/sidebar/social.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html
index 4a2baec..1f0a22a 100644
--- a/layouts/partials/sidebar/social.html
+++ b/layouts/partials/sidebar/social.html
@@ -27,6 +27,9 @@
{{ with .Site.Params.social.linkedin }}
<a href="https://linkedin.com/in/{{.}}" rel="me"><i class="fab fa-linkedin fa-lg" aria-hidden="true"></i></a>
{{ end }}
+ {{ with .Site.Params.social.googlescholar}}
+ <a href="https://scholar.google.com/citations?user={{.}}" rel="me"><i class="fas fa-graduation-cap fa-lg" aria-hidden="true"></i></a>
+ {{ end }}
{{ with .Site.Params.social.stackoverflow }}
<a href="https://stackoverflow.com/users/{{.}}" rel="me"><i class="fab fa-stack-overflow fa-lg" aria-hidden="true"></i></a>
{{ end }}