4 lines
187 B
HTML
4 lines
187 B
HTML
{{ $name := .Get 0 }}
|
|
{{ with resources.Get $name }}
|
|
<img alt="" class="symbolic-icon" style="image-rendering: pixelated;" width="16" height="16" src="{{ .RelPermalink }}">
|
|
{{ end }}
|