summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/streamimage.html
blob: 003b98220ea611a63162d66efd1f464f20b95d04 (plain) (blame)
1
2
3
{{ $filename := .Get "filename" }}
{{ $size := .Get "size" }}
<img src="{{ absURL "/stream/img/" }}{{ $filename }}" height="{{ $size }}">