This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/layouts/partials/icon.html
T
2022-11-17 10:19:08 +00:00

7 lines
168 B
HTML

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