selfprivacy.org/layouts/shortcodes/justimg.html

3 lines
144 B
HTML
Raw Normal View History

2023-01-11 16:53:46 +00:00
{{ $original := .Page.Resources.GetMatch (printf "**%s*" (.Get 0)) }}
<img class="card-img-top rounded-img" src="{{ $original.RelPermalink }}">