ht-docker-mkdocs/material/partials/social.html

9 lines
317 B
HTML
Raw Normal View History

2019-05-13 17:04:33 +00:00
{% 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 %}