Include links to conferences
This commit is contained in:
parent
6b6e038b67
commit
77f15fb1c1
|
@ -289,6 +289,7 @@ def get_conferences(input_date: date, filepath: str) -> List[Event]:
|
||||||
name="conference",
|
name="conference",
|
||||||
date=event_date,
|
date=event_date,
|
||||||
title=f'{conf["name"]} ({conf["location"]})',
|
title=f'{conf["name"]} ({conf["location"]})',
|
||||||
|
url=conf.get("url"),
|
||||||
)
|
)
|
||||||
events.append(event)
|
events.append(event)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue