We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a314a6a commit 237bcbfCopy full SHA for 237bcbf
_layouts/calendar-deadlines.ics
@@ -18,7 +18,7 @@ END:VTIMEZONE{% for conf in site.data.conferences %}
18
{%- assign cfp = conf.cfp -%}
19
{%- assign extended = "" -%}
20
{%- endif -%}
21
-{%- capture desc -%}{{ conf.conference }} {{ conf.year }} - See: {{ conf.link }}{%- endcapture -%}
+{%- capture desc -%}<a href="{{conf.link}}">{{ conf.conference }} {{ conf.year }}</a> found on <a href="https://pythondeadlin.es">PythonDeadlin.es</a>.{%- endcapture -%}
22
{% if conf.workshop_deadline and conf.workshop_deadline != "TBA" %}
23
BEGIN:VEVENT
24
SUMMARY:{{ conf.conference }} {{ conf.year }} Workshop Deadline
0 commit comments