diff options
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 |
