From 3faecfa3860a577a9e66011c5fe14742d9a7bbdf Mon Sep 17 00:00:00 2001 From: Filippo Ferrari Date: Mon, 11 Mar 2024 19:16:30 +0100 Subject: [PATCH] feat: talks shortcode added duration to each talk --- layouts/shortcodes/talks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ }); } -