summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/streamimage.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/streamimage.html')
-rw-r--r--layouts/shortcodes/streamimage.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/shortcodes/streamimage.html b/layouts/shortcodes/streamimage.html
index eb5d468..2ff9f0a 100644
--- a/layouts/shortcodes/streamimage.html
+++ b/layouts/shortcodes/streamimage.html
@@ -1,3 +1,5 @@
{{ $filename := .Get "filename" }}
-{{ $scratch := .Scratch }}
-<img src="{{$scratch.Get "imgpath" }}/{{ $filename }}">
+
+<!-- <p>{{ $.Page.Params.draft }}</p> -->
+<p>{{ .Scratch.Get "toss" }}</p>
+<img src="../../img/{{ $filename }}">