feat: talks shortcode

added duration to each talk
This commit is contained in:
Filippo Ferrari 2024-03-11 19:16:30 +01:00
parent c4fa3b4d6c
commit 3faecfa386

View file

@ -45,6 +45,7 @@
{{ end }} {{ end }}
<strong>Location:</strong> {{ .location }}<br> <strong>Location:</strong> {{ .location }}<br>
<strong>Date:</strong> {{ .date }}<br> <strong>Date:</strong> {{ .date }}<br>
<strong>Duration:</strong> {{.duration}}<br>
<strong>URL:</strong> <a href="{{ .url }}" target="_blank">{{ .url }}</a><br> <strong>URL:</strong> <a href="{{ .url }}" target="_blank">{{ .url }}</a><br>
<strong>Description:</strong> {{ .description }}<br><br> <strong>Description:</strong> {{ .description }}<br><br>
</li> </li>
@ -66,4 +67,3 @@
}); });
} }
</script> </script>