disabled the sudden appearance of the stream

This commit is contained in:
mb@mb 2018-04-12 00:08:03 +02:00
parent d2a81979fa
commit 1198bafcef
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,9 @@
{% endif %}
{% if article.category == 'article' %}
{% set thumb_size = '/thumb2x' %}
{% endif %}
{% if article.category == 'documentation' %}
{% set thumb_size = '/thumb2x' %}
{% endif %}
{% endif %}

View File

@ -26,7 +26,7 @@
<!-- {{ translations.translations_for(page) }} -->
{% for page in pages %}
{% if page.slug == 'stream' %}
{% if page.slug == 'streamm' %}
<div id="stream" class="overview">
{% for img in page.stream %}
<a href="https://vvvvvvaria.org/stream/{{ img }}"><div class="container" style="background-image: url(https://vvvvvvaria.org/stream/{{ img }})"></div></a>