Skip to content

Commit fcd3d55

Browse files
committed
Code fixes
1 parent 84a24aa commit fcd3d55

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/index_conf_title_row.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<a title="Conference Website" href="{{conf.link}}" target="_blank"><img src="/static/img/203-earth.svg" class="badge-link" alt="Link to Conference Website" width="16" height="16" /></a>
1111
&ZeroWidthSpace;
1212
</span>
13-
{% if cfp_link %}
13+
{% if conf.cfp_link %}
1414
<span class="conf-title-icon">
15-
<a title="Call for Participation for {{conf.conference}}" href="{{cfp_link}}" target="_blank"><img src="/static/img/035-file-text.svg" class="badge-link" alt="Link to Call for Participation for {{conf.conference}}" width="16" height="16" /></a>
15+
<a title="Call for Participation for {{conf.conference}}" href="{{conf.cfp_link}}" target="_blank"><img src="/static/img/035-file-text.svg" class="badge-link" alt="Link to Call for Participation for {{conf.conference}}" width="16" height="16" /></a>
1616
&ZeroWidthSpace;
1717
</span>
1818
{% endif %}

utils/schema.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
sub: PY # Type of conference (see or add _data/types.yml)
2121
note: Important # In case there are extra notes about the conference (Optional)
2222
location: # Geolocation for inclusion in map
23+
- title: BestConf 2022
2324
latitude: 0.00
2425
longitude: 0.00

utils/tidy_conf/latlon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def add_latlon(data):
2222
# If location is already present, add it to the cache
2323
cache[q["place"]] = q["location"][0]
2424
# continue
25-
data_copy.append((i, q))
2625
else:
2726
# Add to the copy if location is not present for speed
2827
data_copy.append((i, q))

0 commit comments

Comments
 (0)