feat: talks shortcode
added duration to each talk
This commit is contained in:
parent
c4fa3b4d6c
commit
3faecfa386
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue