Skip to content

Commit c8b7629

Browse files
committed
added links to generated iCal files
1 parent bec96f6 commit c8b7629

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: index.html

+9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ <h1>
2929
{{ site.description }}
3030
<p>To add/update a conference, <a target="_blank" href="//github.com/{{ site.github_username }}/{{ site.github_repo }}">send in a pull request</a>.
3131
<p>Last update: {{ site.time | date: "%-d %B %Y" }}
32+
<div>
33+
<p>
34+
Deadlines as iCal:
35+
<a href="{{site.baseurl}}/ical/deadlines-all.ical">all</a>;
36+
<a href="{{site.baseurl}}/ical/deadlines-sec.ical">security</a>;
37+
<a href="{{site.baseurl}}/ical/deadlines-priv.ical">privacy</a>;
38+
<a href="{{site.baseurl}}/ical/deadlines-crypto.ical">crypto</a>
39+
</p>
40+
</div>
3241
</div>
3342
</div>
3443
<hr>

0 commit comments

Comments
 (0)