From b48d4ed627bfbc6ee3c39965119b3b4bbe563a6f Mon Sep 17 00:00:00 2001 From: zzossig Date: Wed, 4 Mar 2020 17:54:50 +0900 Subject: [PATCH] [new feature] gallery mode "remote" added --- layouts/gallery/single.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/layouts/gallery/single.html b/layouts/gallery/single.html index 464fbf0..b584a24 100644 --- a/layouts/gallery/single.html +++ b/layouts/gallery/single.html @@ -28,8 +28,25 @@ {{ partial "pagination/pagination-single" . }} -{{ else }} +{{ else if eq (lower .Params.mode) "remote" }} +
+ + {{ partial "pagination/pagination-single" . }} +
+{{ else }}