redstrate.com/themes/red/layouts/shortcodes/icon.html

5 lines
187 B
HTML
Raw Permalink Normal View History

2025-05-31 03:29:35 +02:00
{{ $name := .Get 0 }}
{{ with resources.Get $name }}
<img alt="" class="symbolic-icon" style="image-rendering: pixelated;" width="16" height="16" src="{{ .RelPermalink }}">
{{ end }}