This commit is contained in:
Chris Cochrun 2025-04-17 10:00:12 -05:00
parent 222de783d1
commit 160891b85a
24 changed files with 191 additions and 118 deletions

View file

@ -0,0 +1,6 @@
{% set icon = "icons/" ~ icon ~ ".svg" %}
{% if icon %}
<span class="relative inline-block align-text-bottom icon">
{{ icon | safe }}
</span>
{% endif %}