diff options
| author | Christine Dodrill <me@christine.website> | 2019-07-05 16:36:33 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-07-05 16:36:33 +0000 |
| commit | 68ca55eeedc95dd93045aefc0cc4348e0a7179dd (patch) | |
| tree | 4fbe76a0c48e803e6a7aa730aaec7d53a8cff9f1 /templates/talkpost.html | |
| parent | 093d38ff92391edcb42072c8ef43a7453211de70 (diff) | |
| download | xesite-68ca55eeedc95dd93045aefc0cc4348e0a7179dd.tar.xz xesite-68ca55eeedc95dd93045aefc0cc4348e0a7179dd.zip | |
templates/{blog,talk}post: add datestamp to bodies of posts
Diffstat (limited to 'templates/talkpost.html')
| -rw-r--r-- | templates/talkpost.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/talkpost.html b/templates/talkpost.html index 08d0ea8..412a150 100644 --- a/templates/talkpost.html +++ b/templates/talkpost.html @@ -51,6 +51,9 @@ <!-- The button that should be clicked. --> <button onclick="share_on_mastodon()">Share on Mastodon</button> + +<p>This article was posted on {{ .Date }}. Facts and circumstances may have changed since publication. Please <a href="/contact">contact me</a> before jumping to conclusions if something seems wrong or unclear.</p> + <script> // The actual function. Set this as an onclick function for your "Share on Mastodon" button |
