forked from varia/varia.website
changed the old url for the images to /var/www/stream/
This commit is contained in:
parent
249ebeb434
commit
43a55a0008
@ -1 +1 @@
|
|||||||
Subproject commit abb64b784e8fda8eb8628c32aa6c50dece37437a
|
Subproject commit 53640095309c741081113d38c4566428d0e67b03
|
@ -29,7 +29,7 @@
|
|||||||
{% if page.slug == 'stream' %}
|
{% if page.slug == 'stream' %}
|
||||||
<div id="stream" class="overview">
|
<div id="stream" class="overview">
|
||||||
{% for img in page.stream %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user