mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 16:12:16 +00:00
5 lines
224 B
HTML
5 lines
224 B
HTML
{{ $img := .Page.Resources.GetMatch (printf "*%s*" (.Get 0)) }}
|
|
{{ $img = $img.Resize "1256x jpg" }}
|
|
<figure class="image">
|
|
<img src="{{ $img.RelPermalink }}" width="{{ $img.Width }}" height="{{ $img.Height }}">`
|
|
</figure> |