tfcconnection-zola/templates/shortcodes/icon.html
2025-05-22 07:07:02 -05:00

7 lines
182 B
HTML

{% set icon = load_data(path="icons/" ~ icon ~ ".svg") %}
{% if icon %}
<span class="w-6 h-6 relative inline-block align-text-bottom icon">
{{icon | safe}}
</span>
{% endif %}