Browse Source

changed the old url for the images to /var/www/stream/

master
mb @ ts 6 years ago
parent
commit
43a55a0008
  1. 2
      plugins-custom
  2. 2
      themes/varia/templates/page.html

2
plugins-custom

@ -1 +1 @@
Subproject commit abb64b784e8fda8eb8628c32aa6c50dece37437a
Subproject commit 53640095309c741081113d38c4566428d0e67b03

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(/stream/{{ img }})"></div>
<div class="container" style="background-image: url(/var/www/stream/{{ img }})"></div>
{% endfor %}
</div>
{% endif %}

Loading…
Cancel
Save