Fixed bug with custom file icons for non-image uploads
This commit is contained in:
parent
7e4a58cbf6
commit
7e40483b68
@ -75,7 +75,7 @@
|
|||||||
)
|
)
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</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="
|
<img src="
|
||||||
{% if post.thumb == 'file' %}
|
{% if post.thumb == 'file' %}
|
||||||
{{ config.root }}
|
{{ config.root }}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
)
|
)
|
||||||
</span></p>
|
</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="
|
<img src="
|
||||||
{% if post.thumb == 'file' %}
|
{% if post.thumb == 'file' %}
|
||||||
{{ config.root }}
|
{{ config.root }}
|
||||||
|
Loading…
Reference in New Issue
Block a user