From 2d5407d07304d8d9f5dc089ea4a25e8179685c48 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 10 Dec 2012 21:58:38 +0100 Subject: [PATCH] Don't add the galleria scripts in the album pages (fix #7). --- sigal/themes/galleria/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sigal/themes/galleria/templates/index.html b/sigal/themes/galleria/templates/index.html index 5f05d68..fefa997 100644 --- a/sigal/themes/galleria/templates/index.html +++ b/sigal/themes/galleria/templates/index.html @@ -61,6 +61,7 @@ + {% if images %} @@ -72,5 +73,6 @@ }); Galleria.run("#gallery"); + {% endif %}