diff --git a/layouts/shortcodes/talks.html b/layouts/shortcodes/talks.html index 74bf5b9..76f9235 100644 --- a/layouts/shortcodes/talks.html +++ b/layouts/shortcodes/talks.html @@ -45,6 +45,7 @@ {{ end }} Location: {{ .location }}
Date: {{ .date }}
+ Duration: {{.duration}}
URL: {{ .url }}
Description: {{ .description }}

@@ -66,4 +67,3 @@ }); } -