Allow slides and recordings be linked to talks

This commit is contained in:
Vojtěch Káně
2020-05-21 10:56:05 +02:00
parent 4b4665a855
commit 399e503647
5 changed files with 44 additions and 0 deletions
+4
View File
@@ -4,4 +4,8 @@ date: {{ .Date }}
draft: false
authors: [ "unknown" ]
when: {{ .Date }}
slides:
- data: <url>
recordings:
- data: <url>
---