Skip to content

Commit eb9a4f6

Browse files
committed
Dropped some
1 parent bccd1db commit eb9a4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h1 id="archive-link">Visit the <a href="/archive/">Archive</a></h1>
190190
$('.local-timezone').text(today.toFormat('z'));
191191

192192
{% for conf in site.data.conferences %}
193-
if conf.cfp_ext %}
193+
{% if conf.cfp_ext %}
194194
{% assign cfp = conf.cfp_ext %}
195195
{% else %}
196196
{% assign cfp = conf.cfp %}

0 commit comments

Comments
 (0)