templates/{blog,talk}post: add datestamp to bodies of posts

This commit is contained in:
Cadey Ratio 2019-07-05 16:36:33 +00:00
parent 093d38ff92
commit 68ca55eeed
2 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,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

View File

@ -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