Skip to content

Commit

Permalink
Panic! Emergency padding fix when there are no photos or tags
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinorg committed Jan 1, 2025
1 parent 3791508 commit 5f87eba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions freezing/web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ <h3>
</div>
{% endif %}
{# djlint:on #}
{% if not photos and not tags %}
<div class="mb-3 mb-lg-4">
</div>
{% endif %}
<div id="sect-cal" class="mb-lg-4">
<iframe id="cal"
src="https://calendar.google.com/calendar/embed?height=400&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=vss0aloebi85u9dc9shihueg0o%40group.calendar.google.com&amp;color=%2342104A&amp;ctz=America%2FNew_York"
Expand Down

0 comments on commit 5f87eba

Please sign in to comment.