Skip to content

Commit

Permalink
fix google scholar link construction (daattali#1187) (daattali#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
crypdick committed Oct 13, 2023
1 parent dec4390 commit f5c7b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased version

- BREAKING CHANGE: Allow changing the order of the social network links that appear in the footer (#1152)
- 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)
- Fixed bug where hovering over search results showed the text "{desc}" (#1156)
- Added social network links for GitLab, Bluesky (#1168, #1218)
- Added instructions and example on how to fix image links in project sites (#1171)
Expand Down
2 changes: 1 addition & 1 deletion _includes/social-networks-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@

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

0 comments on commit f5c7b99

Please sign in to comment.