diff --git a/partials/html/section/speaking.html b/partials/html/section/speaking.html
index e1665c1..ab49ead 100644
--- a/partials/html/section/speaking.html
+++ b/partials/html/section/speaking.html
@@ -7,7 +7,7 @@
{{#each r.speaking}}
{{#> body-speaking }}
-
{{ title }}, {{ from }}
+ {{{ title }}}, {{{ event }}}
{{formatDate safe.date 'YYYY' }}
{{{ summary }}}
{{> highlights }}
diff --git a/partials/md/section/speaking.hbs b/partials/md/section/speaking.hbs
index 027cea6..fefac17 100644
--- a/partials/md/section/speaking.hbs
+++ b/partials/md/section/speaking.hbs
@@ -2,7 +2,7 @@
## {{{sectionTitle "SPEAKING"}}}
{{#each r.speaking}}
-### *{{{ title }}}*, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }})
+### *{{{ title }}}*, {{{ event }}} ({{formatDate safe.date 'YYYY'}})
{{{ summary }}}
{{#if highlights}}
diff --git a/partials/txt/section/speaking.hbs b/partials/txt/section/speaking.hbs
index cebfdeb..9ee3aa0 100644
--- a/partials/txt/section/speaking.hbs
+++ b/partials/txt/section/speaking.hbs
@@ -2,7 +2,7 @@
## {{{sectionTitle "SPEAKING"}}} ------------------------------------------------------------------------
{{#each r.speaking}}
-*{{{ title }}}*, {{{ event }}} ({{formatDate safe.date 'MMM YYYY' }})
+*{{{ title }}}*, {{{ event }}} ({{formatDate safe.date 'YYYY'}})
{{{ summary }}}
{{#if highlights}}