Skip to content

Commit ab8049f

Browse files
authored
Add Hugging Face link and Google Plus icon
1 parent 486ad8d commit ab8049f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/svg-icons.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
{% if site.footer-links.twitter %}<a href="https://www.twitter.com/{{ site.footer-links.twitter }}"><i class="svg-icon twitter"></i></a>{% endif %}
1111
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><i class="svg-icon stackoverflow"></i></a>{% endif %}
1212
{% if site.footer-links.youtube %}<a href="https://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %}
13-
{% if site.footer-links.googleplus %}<a href="https://plus.google.com/{{ site.footer-links.googleplus }}"><i class="svg-icon googleplus"></i></a>{% endif %}
13+
{% if site.footer-links.googleplus %}<a href="https://plus.google.com/{{ site.footer-links.googleplus }}"><i class="svg-icon googleplus"></i></a>{% endif %}
14+
{% if site.footer-links.huggingface %}<a href="https://huggingface.co/{{ site.footer-links.huggingface }}" rel="nofollow"><i class="svg-icon huggingface"></i></a>{% endif %}

0 commit comments

Comments
 (0)