Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

{% if config.extra.social %} | |
<div class="md-footer-social"> | |
<link rel="stylesheet" href="{{ 'assets/fonts/font-awesome.css' | url }}"> | |
{% for social in config.extra.social %} | |
<a href="{{ social.link }}" class="md-footer-social__link fa fa-{{ social.type }}"></a> | |
{% endfor %} | |
</div> | |
{% endif %} |