diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-23 10:39:32 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-23 10:39:32 +0100 |
commit | 4974bf7efe0a4428958679f6bdc7cc69dfc7291f (patch) | |
tree | b988d405efc0e14f9fe32db655887066926d9bc2 /layouts/stream | |
parent | b18995684f5ef0d8fe0e8eb690bbc1c10c3690c5 (diff) |
wip: continuing with the pagination work
Diffstat (limited to 'layouts/stream')
-rw-r--r-- | layouts/stream/list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/stream/list.html b/layouts/stream/list.html index 000d00e..127d2eb 100644 --- a/layouts/stream/list.html +++ b/layouts/stream/list.html @@ -12,6 +12,7 @@ <p>this page is paginated</p> {{ else }} <p>this page is NOT paginated</p> + {{ $.Scratch.Set "imgpath" "img/" }} {{ end }} <div style="margin-bottom: 1em;"> |