congo/layouts/shortcodes/icon.html

5 lines
158 B
HTML
Raw Normal View History

2021-08-11 05:28:33 +00:00
<span class="relative inline-block align-text-bottom icon">
2021-08-11 08:56:07 +00:00
{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ $icon.Content | safeHTML }}
2021-08-11 05:28:33 +00:00
</span>