-<div class="side">{{ include.item.date | date: "%b %-d, %Y" }}
- {% if include.item.author %} • {{ include.item.author }}{% endif %}
- {% if include.item.meta %} • {{ include.item.meta }}{% endif %}
- {% if include.item.categories %} • {{ include.item.categories | category_links }}{% endif %}
- • <a href="{{ include.item.url }}">Permalink</a>
-</div>
+{{ include.item.date | date: "%b %-d, %Y" }}
+{% if include.item.author %} • {{ include.item.author }}{% endif %}
+{% if include.item.meta %} • {{ include.item.meta }}{% endif %}
+{% if include.item.categories %} • {{ include.item.categories | category_links }}{% endif %}
+ • <a href="{{ include.item.url }}">Permalink</a>
{% for post in include.posts %}
<header class="subtitle">
- {% include post-header.html item=post %}
+ <div class="side">{% include post-header.html item=post %}</div>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
</header>
{{ post.excerpt }}
---
<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-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>