From 4974bf7efe0a4428958679f6bdc7cc69dfc7291f Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 23 Oct 2023 10:39:32 +0100 Subject: wip: continuing with the pagination work --- layouts/shortcodes/streamimage.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/streamimage.html (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/streamimage.html b/layouts/shortcodes/streamimage.html new file mode 100644 index 0000000..eb5d468 --- /dev/null +++ b/layouts/shortcodes/streamimage.html @@ -0,0 +1,3 @@ +{{ $filename := .Get "filename" }} +{{ $scratch := .Scratch }} + -- cgit v1.2.3