Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post/gallery.html')
-rw-r--r--layouts/partials/post/gallery.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post/gallery.html b/layouts/partials/post/gallery.html
index 27d97c9..5447d46 100644
--- a/layouts/partials/post/gallery.html
+++ b/layouts/partials/post/gallery.html
@@ -1,4 +1,4 @@
-{{ if and .Site.Params.image_gallery .Params.gallery }}
+{{ if and .Site.Params.imageGallery .Params.gallery }}
{{ $galleryLength := len .Params.gallery }}
{{ $imageGalleryClass := "" }}
{{ if gt $galleryLength 0 }}