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' %}