5-72

5-72.com helps novice musicians master sound engineering by analyzing the FX chains of world-famous artists
Log | Files | Refs

social.html (513B)


      1 {#-
      2   This file was automatically generated - do not edit
      3 -#}
      4 <div class="md-social">
      5   {% for social in config.extra.social %}
      6     {% set title = social.name %}
      7     {% if not title and "//" in social.link %}
      8       {% set _, url = social.link.split("//") %}
      9       {% set title  = url.split("/")[0] %}
     10     {% endif %}
     11     <a href="{{ social.link }}" target="_blank" rel="noopener" title="{{ title | e }}" class="md-social__link">
     12       {% include ".icons/" ~ social.icon ~ ".svg" %}
     13     </a>
     14   {% endfor %}
     15 </div>