ahhhhhh
This commit is contained in:
parent
222de783d1
commit
160891b85a
24 changed files with 191 additions and 118 deletions
6
templates/shortcodes/icon.html
Normal file
6
templates/shortcodes/icon.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue