5-72

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

icons.html (534B)


      1 {#-
      2   This file was automatically generated - do not edit
      3 -#}
      4 {% if config.theme.icon.admonition %}
      5   {% set style = ["\x3cstyle\x3e:root{"] %}
      6   {% for type, icon in config.theme.icon.admonition.items() %}
      7     {% import ".icons/" ~ icon ~ ".svg" as icon %}
      8     {% set _ = style.append(
      9       "--md-admonition-icon--" ~ type ~ ":" ~
     10       "url('data:image/svg+xml;charset=utf-8," ~
     11         icon | replace("\n", "") ~
     12       "');"
     13     ) %}
     14   {% endfor %}
     15   {% set _ = style.append("}\x3c/style\x3e") %}
     16   {{ style | join }}
     17 {% endif %}