Browse Source

turning each image into a link on the stream page

master
mb@mb 6 years ago
parent
commit
1b70508f7d
  1. 2
      themes/varia/templates/page.html

2
themes/varia/templates/page.html

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

Loading…
Cancel
Save