website/themes/lynx/layouts/partials/icon.html
2023-07-31 14:19:39 +02:00

6 lines
187 B
HTML

{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ if $icon }}
<span class="relative inline-block align-text-bottom icon">
{{ $icon.Content | safeHTML }}
</span>
{{ end }}