From 1b70508f7d1d69720d1a5fe96a15c8a587950e1e Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Fri, 9 Mar 2018 19:15:21 +0100 Subject: [PATCH] turning each image into a link on the stream page --- themes/varia/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/varia/templates/page.html b/themes/varia/templates/page.html index 655a6ca50d..c1c48664e6 100644 --- a/themes/varia/templates/page.html +++ b/themes/varia/templates/page.html @@ -29,7 +29,7 @@ {% if page.slug == 'stream' %}
{% for img in page.stream %} -
+
{% endfor %}
{% endif %}