Skip to content

Commit

Permalink
Merge pull request #154 from sproogen/google-scholar-pr
Browse files Browse the repository at this point in the history
Google scholar pr
  • Loading branch information
sproogen authored Jan 15, 2022
2 parents f36ebdd + 37c32ec commit 4a16beb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pinterest_username: jekyll
youtube_username: jekyll
googleplus_username: +jekyll
orcid_username: 0000-0000-0000-0000
googlescholar_username: D847cGsAAAAJ

# Additional icon links
additional_links:
Expand Down
7 changes: 7 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ <h2>{{ site.title | escape }}</h2>
</a>
</li>
{%- endif -%}
{%- if site.googlescholar_username -%}
<li>
<a target="_blank" href="https://scholar.google.com/citations?user={{ site.googlescholar_username| escape }}" class="button button--sacnite button--round-l">
<i class="fab fa-google" title="Google scholar link"></i>
</a>
</li>
{%- endif -%}
{% for link in site.additional_links %}
<li>
{% include a.html href=link.url class="button button--sacnite button--round-l" %}
Expand Down
1 change: 1 addition & 0 deletions _test/_config-version-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pinterest_username: jekyll
youtube_username: jekyll
googleplus_username: +jekyll
orcid_username: 0000-0000-0000-0000
googlescholar_username: D847cGsAAAAJ

# Additional icon links
additional_links:
Expand Down
1 change: 1 addition & 0 deletions _test/_config-version-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pinterest_username: jekyll
youtube_username: jekyll
googleplus_username: +jekyll
orcid_username: 0000-0000-0000-0000
googlescholar_username: D847cGsAAAAJ

# Additional icon links
additional_links:
Expand Down

0 comments on commit 4a16beb

Please sign in to comment.