From 1198bafcef2db76660e22f35da7e8a320c98b4c5 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Thu, 12 Apr 2018 00:08:03 +0200 Subject: [PATCH] disabled the sudden appearance of the stream --- themes/varia/templates/index.html | 3 +++ themes/varia/templates/page.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/varia/templates/index.html b/themes/varia/templates/index.html index a2fdc4d..86bf94a 100644 --- a/themes/varia/templates/index.html +++ b/themes/varia/templates/index.html @@ -31,6 +31,9 @@ {% endif %} {% if article.category == 'article' %} {% set thumb_size = '/thumb2x' %} + {% endif %} + {% if article.category == 'documentation' %} + {% set thumb_size = '/thumb2x' %} {% endif %} {% endif %} diff --git a/themes/varia/templates/page.html b/themes/varia/templates/page.html index c1c4866..472c7a2 100644 --- a/themes/varia/templates/page.html +++ b/themes/varia/templates/page.html @@ -26,7 +26,7 @@ {% for page in pages %} - {% if page.slug == 'stream' %} + {% if page.slug == 'streamm' %}
{% for img in page.stream %}