From f764775985b446655701ed740c116d598980cb77 Mon Sep 17 00:00:00 2001 From: Derek Severin Date: Sun, 10 Feb 2019 14:08:49 +0700 Subject: Image gallery: fixed directory check & added params in 'single.html' call to partial --- layouts/partials/gallery.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'layouts/partials/gallery.html') diff --git a/layouts/partials/gallery.html b/layouts/partials/gallery.html index 72e11d2..6c7fc4b 100644 --- a/layouts/partials/gallery.html +++ b/layouts/partials/gallery.html @@ -46,8 +46,9 @@ Documentation and licence at https://github.com/liwenyip/hugo-easy-gallery/ {{ $.page.Scratch.Set "dirFiles" (print "/content/" $tmpDir "/") }} {{- end -}} {{- $dir := $.page.Scratch.Get "dirURL" }} - {{ if (fileExists $dir) -}} - {{- $files := readDir ($.page.Scratch.Get "dirFiles" ) }} + {{- $dirFiles := $.page.Scratch.Get "dirFiles" }} + {{ if (fileExists $dirFiles) -}} + {{- $files := readDir ($dirFiles ) }} {{- range $files -}} -- cgit v1.2.3