mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 07:50:23 +01:00
Fixed bug with custom file icons for non-image uploads
This commit is contained in:
parent
59a006fa3a
commit
7089d0e1ec
@ -75,7 +75,7 @@
|
||||
)
|
||||
</span>
|
||||
</p>
|
||||
<a href="{{ config.uri_img }}{{ post.file }}" target="_blank"{% if this.thumb == 'file' %} class="file"{% endif %}>
|
||||
<a href="{{ config.uri_img }}{{ post.file }}" target="_blank"{% if post.thumb == 'file' %} class="file"{% endif %}>
|
||||
<img src="
|
||||
{% if post.thumb == 'file' %}
|
||||
{{ config.root }}
|
||||
|
@ -32,7 +32,7 @@
|
||||
{% endif %}
|
||||
)
|
||||
</span></p>
|
||||
<a href="{{ config.uri_img }}{{ post.file }}" target="_blank"{% if this.thumb == 'file' %} class="file"{% endif %}>
|
||||
<a href="{{ config.uri_img }}{{ post.file }}" target="_blank"{% if post.thumb == 'file' %} class="file"{% endif %}>
|
||||
<img src="
|
||||
{% if post.thumb == 'file' %}
|
||||
{{ config.root }}
|
||||
|
Loading…
Reference in New Issue
Block a user