Skip to content

Commit 237bcbf

Browse files
committed
Back to old description
1 parent a314a6a commit 237bcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/calendar-deadlines.ics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ END:VTIMEZONE{% for conf in site.data.conferences %}
1818
{%- assign cfp = conf.cfp -%}
1919
{%- assign extended = "" -%}
2020
{%- endif -%}
21-
{%- capture desc -%}{{ conf.conference }} {{ conf.year }} - See: {{ conf.link }}{%- endcapture -%}
21+
{%- capture desc -%}<a href="{{conf.link}}">{{ conf.conference }} {{ conf.year }}</a> found on <a href="https://pythondeadlin.es">PythonDeadlin.es</a>.{%- endcapture -%}
2222
{% if conf.workshop_deadline and conf.workshop_deadline != "TBA" %}
2323
BEGIN:VEVENT
2424
SUMMARY:{{ conf.conference }} {{ conf.year }} Workshop Deadline

0 commit comments

Comments
 (0)