src/talks.sh (abstract): Include location in timestamp

master
Mike Gerwitz 2019-03-25 21:13:01 -04:00
parent 7351076468
commit fec505bb6f
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ abstract()
$abstract_html
<p class="date">Presented on $date.</p>
<p class="date">Presented on $date at $location.</p>
</article>
EOF
}