X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/885b5e514804e594b6e4bf5d4116b25492fed220..a1667771396aec58d9068d1270fe830fe141f2a1:/personal/_layouts/post.html?ds=sidebyside

diff --git a/personal/_layouts/post.html b/personal/_layouts/post.html
index 8865214..652d476 100644
--- a/personal/_layouts/post.html
+++ b/personal/_layouts/post.html
@@ -3,10 +3,15 @@ layout: default
 ---
 
 <header class="title">
-    {% include post-header.html item=page %}
+    <div class="side">{% include post-header.html item=page %}</div>
     <h1>{{ page.title }}</h1>
 </header>
 
 {{ content }}
 
-<p class="comment">Comments? <a href="mailto:post-AT-ralfj-DOT-de">Drop me a mail</a>{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}">leave a note on reddit</a>{% endif %}!</p>
+<p class="comment">
+    Posted on <a href="{{ site.baseurl}}/blog">{{ site.blog.title }}</a> on {{ page.date | date: "%b %-d, %Y" }}. <br>
+    Comments? <a href="mailto:post+blog-AT-ralfj-DOT-de?subject=Blog post comment: {{ page.title | uri_escape }}">Drop me a mail</a><!--
+      -->{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}" target="_blank">leave a note on reddit</a>{% endif %}<!--
+      -->{% if page.forum %} or <a href="{{ page.forum }}" target="_blank">leave a note in the forum</a>{% endif %}!
+</p>