Bugfix: post.filex => post.fileheight, etc.
This commit is contained in:
parent
0d45fbc799
commit
8858127498
@ -62,8 +62,8 @@
|
||||
Spoiler Image,
|
||||
{% endif %}
|
||||
{{ post.filesize|filesize }}
|
||||
{% if post.filex and post.filey %}
|
||||
, {{ post.filex}}x{{ post.filey }}
|
||||
{% if post.filewidth and post.fileheight %}
|
||||
, {{ post.filewidth}}x{{ post.fileheight }}
|
||||
{% if config.show_ratio %}
|
||||
, {{ post.ratio }}
|
||||
{% endif %}
|
||||
|
@ -14,8 +14,8 @@
|
||||
{% trans %}Spoiler Image{% endtrans %},
|
||||
{% endif %}
|
||||
{{ post.filesize|filesize }}
|
||||
{% if post.filex and post.filey %}
|
||||
, {{ post.filex}}x{{ post.filey }}
|
||||
{% if post.filewidth and post.fileheight %}
|
||||
, {{ post.filewidth}}x{{ post.fileheight }}
|
||||
{% if config.show_ratio %}
|
||||
, {{ post.ratio }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user