Skip to content

Commit 4d70a7d

Browse files
Update bib.liquid
1 parent 9f71837 commit 4d70a7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_layouts/bib.liquid

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,18 +307,17 @@
307307
data-pmid="{{ entry.pmid }}"
308308
{% endif %}
309309
data-style="small_rectangle"
310-
data-legend="hover-right"
311310
style="margin-bottom: 3px;"
312311
></span>
313312
{% endif %}
314313
{% if site.enable_publication_badges.google_scholar and entry_has_google_scholar_badge %}
315314
<a
316-
href="https://scholar.google.com/citations?view_op=view_citation&hl=en&user={{ site.data.socials.scholar_userid }}&citation_for_view={{ site.data.socials.scholar_userid }}:{{ entry.google_scholar_id }}"
315+
href="https://scholar.google.com/citations?view_op=view_citation&hl=en&citation_for_view={{ entry.google_scholar_id }}"
317316
aria-label="Google Scholar link"
318317
role="button"
319318
>
320319
<img
321-
src="https://img.shields.io/badge/scholar-{% google_scholar_citations entry.google_scholar_id %}-4285F4?logo=googlescholar&labelColor=beige"
320+
src="https://img.shields.io/badge/scholar-{% google_scholar_citations site.data.socials.scholar_userid entry.google_scholar_id %}-4285F4?logo=googlescholar&labelColor=beige"
322321
alt="{% google_scholar_citations site.data.socials.scholar_userid entry.google_scholar_id %} Google Scholar citations"
323322
>
324323
</a>

0 commit comments

Comments
 (0)