Browse Source

changing the img url to https://vvvvvvaria.org/stream ...

master
mb @ ts 6 years ago
parent
commit
23ee69c932
  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(/var/www/stream/{{ img }})"></div>
<div class="container" style="background-image: url(https://vvvvvvaria.org/stream/{{ img }})"></div>
{% endfor %}
</div>
{% endif %}

Loading…
Cancel
Save