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
Nuno Coração 981204d58e fixed bug
2022-11-18 22:58:59 +00:00

7 lines
162 B
HTML

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