website/themes/lynx/layouts/partials/icon.html

7 lines
187 B
HTML
Raw Normal View History

2023-07-31 14:19:39 +02:00
{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ if $icon }}
<span class="relative inline-block align-text-bottom icon">
{{ $icon.Content | safeHTML }}
</span>
{{ end }}