diff --git a/layouts/gallery/single.html b/layouts/gallery/single.html index 464fbf0b..b584a24e 100644 --- a/layouts/gallery/single.html +++ b/layouts/gallery/single.html @@ -28,8 +28,25 @@

{{ .Title }}

{{ partial "pagination/pagination-single" . }} -{{ else }} +{{ else if eq (lower .Params.mode) "remote" }} +
+ + {{ partial "pagination/pagination-single" . }} +
+{{ else }}