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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <16869546+Fastbyte01@users.noreply.github.com>2022-03-16 19:02:07 +0300
committerGitHub <noreply@github.com>2022-03-16 19:02:07 +0300
commitd936f17428fd0fdc86311004e44949c8343f2a5c (patch)
tree25e341878e855766d93b12ddb45e4924263b9a14
parent761d5276f944a86dcdf0d8a203596867348a26c5 (diff)
parente4a59aaea6947206160dfe34138e5e70fb39d2ca (diff)
Merge pull request #68 from yashgarg1232/master
Fixed the Google Scholar link
-rw-r--r--layouts/partials/social.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index a5da3bd..6079425 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -158,7 +158,7 @@
<a href="https://vine.co/" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-vine"></i></a>
{{ end }}
{{ with .Site.Params.Social.Googlescholar}}
-<a href="https://scholar.google.com/citations?{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-Googlescholar"></i></a>
+<a href="https://scholar.google.com/citations?user={{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-Googlescholar"></i></a>
{{ end }}
{{ with .Site.Params.Social.Researchgate}}
<a href="https://www.researchgate.net/profile/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-researchgate"></i></a>
@@ -168,4 +168,4 @@
{{ end }}
{{ with .Site.Params.Social.Thingiverse}}
<a href="https://www.thingiverse.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-t"></i></a>
-{{ end }} \ No newline at end of file
+{{ end }}