Skip to content

Commit f5c7b99

Browse files
authored
fix google scholar link construction (daattali#1187) (daattali#1189)
1 parent dec4390 commit f5c7b99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Unreleased version
22

33
- BREAKING CHANGE: Allow changing the order of the social network links that appear in the footer (#1152)
4+
- BREAKING CHANGE: `google-scholar` social network link no longer requires the prefix `citations?user=`; if you previously set this parameter, it needs to be updated (#1189)
45
- Fixed bug where hovering over search results showed the text "{desc}" (#1156)
56
- Added social network links for GitLab, Bluesky (#1168, #1218)
67
- Added instructions and example on how to fix image links in project sites (#1171)

_includes/social-networks-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281

282282
{%- if network[0] == "google-scholar" -%}
283283
<li class="list-inline-item">
284-
<a href="https://scholar.google.com/{{ network[1] }}" title="Google Scholar">
284+
<a href="https://scholar.google.com/citations?user={{ network[1] }}" title="Google Scholar">
285285
<span class="fa-stack fa-lg" aria-hidden="true">
286286
<i class="fas fa-circle fa-stack-2x"></i>
287287
<i class="fa fa-graduation-cap fa-stack-1x fa-inverse"></i>

0 commit comments

Comments
 (0)