Skip to content

Commit d936f17

Browse files
authored
Merge pull request #68 from yashgarg1232/master
Fixed the Google Scholar link
2 parents 761d527 + e4a59aa commit d936f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/social.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<a href="https://vine.co/" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-vine"></i></a>
159159
{{ end }}
160160
{{ with .Site.Params.Social.Googlescholar}}
161-
<a href="https://scholar.google.com/citations?{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-Googlescholar"></i></a>
161+
<a href="https://scholar.google.com/citations?user={{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-Googlescholar"></i></a>
162162
{{ end }}
163163
{{ with .Site.Params.Social.Researchgate}}
164164
<a href="https://www.researchgate.net/profile/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-researchgate"></i></a>
@@ -168,4 +168,4 @@
168168
{{ end }}
169169
{{ with .Site.Params.Social.Thingiverse}}
170170
<a href="https://www.thingiverse.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-t"></i></a>
171-
{{ end }}
171+
{{ end }}

0 commit comments

Comments
 (0)