1
0

social.html 436 B

1234567891011
  1. {#-
  2. This file was automatically generated - do not edit
  3. -#}
  4. {% if config.extra.social %}
  5. <div class="md-footer-social">
  6. <link rel="stylesheet" href="{{ 'assets/fonts/font-awesome.css' | url }}">
  7. {% for social in config.extra.social %}
  8. <a href="{{ social.link }}" target="_blank" rel="noopener" title="{{ social.type }}" class="md-footer-social__link fa fa-{{ social.type }}"></a>
  9. {% endfor %}
  10. </div>
  11. {% endif %}