forked from varia/varia.website
testing to try to get stream page to work
This commit is contained in:
parent
4c9d0cb917
commit
259a7c7b18
@ -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…
Reference in New Issue
Block a user