Browse Source

testing to try to get stream page to work

master
anglk 4 years ago
parent
commit
259a7c7b18
  1. 9
      themes/varia/templates/page.html

9
themes/varia/templates/page.html

@ -13,6 +13,15 @@
{% endif %}
<!-- {% import 'translations.html' as translations with context %} -->
<!-- {{ translations.translations_for(page) }} -->
{% for page in pages %}
{% if page.slug == 'stream' %}
<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>
{% endfor %}
</div>
{% endif %}
{% endfor %}
</div>

Loading…
Cancel
Save