mkdocs-material/material/partials/social.html

13 lines
363 B
HTML
Raw Normal View History

2019-09-28 20:42:54 +03:00
{#-
This file was automatically generated - do not edit
-#}
{% if config.extra.social %}
<div class="md-footer-social">
{% for social in config.extra.social %}
<a href="{{ social.link }}" class="md-footer-social__link">
{% include "assets/images/icons/fontawesome/" ~ social.type ~ ".svg" %}
</a>
{% endfor %}
</div>
{% endif %}