diff options
Diffstat (limited to 'layouts/shortcodes/streamimage.html')
-rw-r--r-- | layouts/shortcodes/streamimage.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/shortcodes/streamimage.html b/layouts/shortcodes/streamimage.html index 2ff9f0a..003b982 100644 --- a/layouts/shortcodes/streamimage.html +++ b/layouts/shortcodes/streamimage.html @@ -1,5 +1,3 @@ {{ $filename := .Get "filename" }} - -<!-- <p>{{ $.Page.Params.draft }}</p> --> -<p>{{ .Scratch.Get "toss" }}</p> -<img src="../../img/{{ $filename }}"> +{{ $size := .Get "size" }} +<img src="{{ absURL "/stream/img/" }}{{ $filename }}" height="{{ $size }}"> |