From 8d708917ba6ec644d971423b5d18e757055250b8 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 3 Aug 2013 23:42:06 +0200 Subject: [PATCH] Add links to download zip archives --- sigal/themes/colorbox/templates/index.html | 7 +++++++ sigal/themes/galleria/templates/index.html | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/sigal/themes/colorbox/templates/index.html b/sigal/themes/colorbox/templates/index.html index 6711daa..f4b4c35 100644 --- a/sigal/themes/colorbox/templates/index.html +++ b/sigal/themes/colorbox/templates/index.html @@ -103,6 +103,13 @@ {% endif %} + {% if zip_gallery %} +
+

Download ZIP

+
+ {% endif %} + {% if description %}
{{ description }} diff --git a/sigal/themes/galleria/templates/index.html b/sigal/themes/galleria/templates/index.html index 3e1db48..7cb8079 100644 --- a/sigal/themes/galleria/templates/index.html +++ b/sigal/themes/galleria/templates/index.html @@ -83,6 +83,15 @@
{% endif %} + {% if zip_gallery %} +
+

+ Download ZIP +

+
+ {% endif %} + {% if description %}
{{ description }}