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