Close dl tags

This commit is contained in:
Oliver Davies 2015-04-11 11:58:23 +01:00
parent f29f99e449
commit 9f0af7e444

View file

@ -39,6 +39,7 @@ talks:
{% set found = false %}
{% for talk in page.talks|reverse if talk.date >= now %}
{% if loop.first %}
{% set found = true %}
<h2>Upcoming Talks</h2>
<dl>
{% endif %}
@ -52,6 +53,7 @@ talks:
{% set found = false %}
{% for talk in page.talks|reverse if talk.date < now %}
{% if loop.first %}
{% set found = true %}
<h2>Previous Talks</h2>
<dl>
{% endif %}