Put blank div in place of tags div to maintain space-between
After removing the tags div for photos without tags, I realized the space-between was lost leaving the metadata on the left instead of the right
This commit is contained in:
parent
57e8579a17
commit
6d8fc799c0
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@
|
||||||
{% set tag_names = ", ".join(tag_names) %}
|
{% set tag_names = ", ".join(tag_names) %}
|
||||||
<span title="{{tag_names}}">T</span>
|
<span title="{{tag_names}}">T</span>
|
||||||
</div>
|
</div>
|
||||||
|
{% else %}
|
||||||
|
<div></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span>
|
<span>
|
||||||
{% if photo.width %}
|
{% if photo.width %}
|
||||||
|
|
Loading…
Reference in a new issue