Skip to content

Commit

Permalink
Update social.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tavaresgarcia committed Aug 13, 2023
1 parent 272a442 commit 28be552
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions _includes/social.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
<ul class="social-media-list">
<li>{% assign entry = include.item %}
<li>
<a href="https://scholar.google.com.au/citations?user=WlVwmIcAAAAJ" target="_blank" title="Google Scholar">
<img alt="ORCID" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Google_Scholar_logo.svg/16px-Google_Scholar_logo.svg.png" width="16" height="16" />
<img alt="Google_Scholar" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Google_Scholar_logo.svg/16px-Google_Scholar_logo.svg.png" width="16" height="16" />
</a>
</li>
<li>{% assign entry = include.item %}
<li>
<a href="https://orcid.org/0000-0001-5187-3432" target="_blank" title="ORCID">
<img alt="ORCID" src="https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png" width="16" height="16" />
</a>
</li>
<li>
<a href="https://github.com/tavaresgarcia" target="_blank" title="Github">
<img alt="Github" src="_includes/social-icons/github.svg" width="16" height="16" />
</a>
</li>
_includes/social-icons/github.svg
{%- for entry in site.minima.social_links -%}
{%- include social-item.html item = entry -%}
{%- endfor -%}
Expand Down

0 comments on commit 28be552

Please sign in to comment.