Skip to content

Commit 4c696ea

Browse files
authored
style: separate closed conference metadata
1 parent b356fdb commit 4c696ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

closed.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<li>
1212
<h2><a href="{{ conference.url }}">{{ conference.name }}</a></h2>
1313
<p>
14-
Location: {{ conference.location }}
15-
First held: {{ conference.first_date }}
14+
Location: {{ conference.location }}<br>
15+
First held: {{ conference.first_date }}<br>
1616
Last held: {{ conference.last_date }}
17-
{% if conference.status != nil %}Status: {{ conference.status }}{% endif %}
17+
{% if conference.status != nil %}<br>Status: {{ conference.status }}{% endif %}
1818
</p>
1919
</li>
2020
{% endfor %}

0 commit comments

Comments
 (0)