File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 310
310
{% endif %}
311
311
{% if site .enable_publication_badges .google_scholar and entry_has_google_scholar_badge %}
312
312
<a
313
- href =" https://scholar.google.com/citations?view_op=view_citation&hl=en&user={{ site .scholar_userid }}&citation_for_view={{ site .scholar_userid }}:{{ entry .google_scholar_id }}"
313
+ 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 }}"
314
314
aria-label =" Google Scholar link"
315
315
role =" button"
316
316
>
317
317
<img
318
- src =" https://img.shields.io/badge/scholar-{% google_scholar_citations site .scholar_userid entry .google_scholar_id %}-4285F4?logo=googlescholar&labelColor=beige"
319
- alt =" {% google_scholar_citations site .scholar_userid entry .google_scholar_id %} Google Scholar citations"
318
+ src =" https://img.shields.io/badge/scholar-{% google_scholar_citations site .data . socials . scholar_userid entry .google_scholar_id %}-4285F4?logo=googlescholar&labelColor=beige"
319
+ alt =" {% google_scholar_citations site .data . socials . scholar_userid entry .google_scholar_id %} Google Scholar citations"
320
320
>
321
321
</a >
322
322
{% endif %}
You can’t perform that action at this time.
0 commit comments