fix download button
This commit is contained in:
parent
83734f09cc
commit
ab04eb3476
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue