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
master
voussoir 2017-03-30 19:36:32 -07:00
parent 57e8579a17
commit 6d8fc799c0
1 changed files with 2 additions and 0 deletions

View File

@ -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 %}