talk recording
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
nora 2026-01-20 21:34:07 +01:00
parent c2c0d9843d
commit 4f136e662f
4 changed files with 9 additions and 4 deletions

View file

@ -16,7 +16,12 @@
<div>
<h2>{{ talk.date }} - {{ talk.name }}</h2>
<p>{{ talk.location }}</p>
<a href="{{ talk.dir_name }}">{{ talk.dir_name }}</a>
<p>
<a href="{{ talk.dir_name }}">slides</a>
</p>
<p>
<a href="{{ talk.recording }}">recording</a>
</p>
</div>
{% endfor %}
</div>