5-72

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

logo.html (273B)


      1 {#-
      2   This file was automatically generated - do not edit
      3 -#}
      4 {% if config.theme.logo %}
      5   <img src="{{ config.theme.logo | url }}" alt="logo">
      6 {% else %}
      7   {% set icon = config.theme.icon.logo or "material/library" %}
      8   {% include ".icons/" ~ icon ~ ".svg" %}
      9 {% endif %}