We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7094f commit c1e7078Copy full SHA for c1e7078
_includes/social.html
@@ -1,10 +1,17 @@
1
<ul class="social-media-list">
2
<li>
3
<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" />
+ <img src="assets/images/email.svg" alt="Email" class="svg-icon grey" />
5
</a>
6
</li>
7
+
8
{%- for entry in site.minima.social_links -%}
9
{%- include social-item.html item = entry -%}
10
{%- 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>
17
</ul>
assets/images/google-scholar.svg
0 commit comments