diff options
author | Mike Gerwitz <mtg@gnu.org> | 2019-03-25 21:13:01 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2019-03-25 21:13:01 -0400 |
commit | fec505bb6f4d2c9498d394622c665fcbe1261382 (patch) | |
tree | 32b990e6ec1647731f13060227ba3c2c3262872a | |
parent | 73510764686c2b72257d1deaf52479e9b766e017 (diff) | |
download | thoughts-fec505bb6f4d2c9498d394622c665fcbe1261382.tar.gz thoughts-fec505bb6f4d2c9498d394622c665fcbe1261382.tar.bz2 thoughts-fec505bb6f4d2c9498d394622c665fcbe1261382.zip |
src/talks.sh (abstract): Include location in timestamp
-rwxr-xr-x | src/talks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/talks.sh b/src/talks.sh index 7a33379..ca80b4d 100755 --- a/src/talks.sh +++ b/src/talks.sh @@ -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 } |