Skip to content

Commit c1e7078

Browse files
committed
add google scholar link
1 parent da7094f commit c1e7078

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

_includes/social.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
<ul class="social-media-list">
22
<li>
33
<a rel="me" href="mailto:{{site.email}}" target="_blank" title="email">
4-
<img src="assets/images/email.svg" alt="Email Icon" class="svg-icon grey" />
4+
<img src="assets/images/email.svg" alt="Email" class="svg-icon grey" />
55
</a>
66
</li>
7+
78
{%- for entry in site.minima.social_links -%}
89
{%- include social-item.html item = entry -%}
910
{%- endfor -%}
11+
12+
<li>
13+
<a rel="me" href="https://scholar.google.com/citations?user=LinR27sAAAAJ&hl=en" target="_blank" title="email">
14+
<img src="assets/images/google-scholar.svg" alt="Google Scholar" class="svg-icon grey" />
15+
</a>
16+
</li>
1017
</ul>

assets/images/google-scholar.svg

Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)