fix download button

This commit is contained in:
Denis Lehmann 2022-06-11 10:47:36 +02:00
parent 83734f09cc
commit ab04eb3476

View file

@ -20,7 +20,7 @@
<div class="file">
<p>{{ f["name"] }}<span class="file-size">{{ f["size"] }}</span></p>
{% if config["download"] %}
<a href="{{ config["directory"] }}/{{ f }}" class="button">Download</a>
<a href="{{ config["directory"] }}/{{ f["name"] }}" class="button">Download</a>
{% endif %}
</div>
{% endfor %}