Browse Source

disabled the sudden appearance of the stream

transformations
mb@mb 6 years ago
parent
commit
1198bafcef
  1. 3
      themes/varia/templates/index.html
  2. 2
      themes/varia/templates/page.html

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

2
themes/varia/templates/page.html

@ -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>

Loading…
Cancel
Save