From: Ralf Jung Date: Sat, 2 Jan 2016 20:14:47 +0000 (+0100) Subject: mention the blog's name in posts' footer X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/c9c79b79a8cefb065a5f0b34b9d1432f615522ae?hp=e21a01d81a933a22422febb61adcfbfa01ea1c7d mention the blog's name in posts' footer --- diff --git a/ralf/_includes/post-header.html b/ralf/_includes/post-header.html index 435447b..0d98fd8 100644 --- a/ralf/_includes/post-header.html +++ b/ralf/_includes/post-header.html @@ -1,6 +1,5 @@ -
{{ 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 %} - • Permalink -
+{{ 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 %} + • Permalink diff --git a/ralf/_includes/post-list.html b/ralf/_includes/post-list.html index 0db845a..6294354 100644 --- a/ralf/_includes/post-list.html +++ b/ralf/_includes/post-list.html @@ -1,6 +1,6 @@ {% for post in include.posts %}
- {% include post-header.html item=post %} +
{% include post-header.html item=post %}

{{ post.title }}

{{ post.excerpt }} diff --git a/ralf/_layouts/post.html b/ralf/_layouts/post.html index 8865214..ee717fb 100644 --- a/ralf/_layouts/post.html +++ b/ralf/_layouts/post.html @@ -3,10 +3,13 @@ layout: default ---
- {% include post-header.html item=page %} +
{% include post-header.html item=page %}

{{ page.title }}

{{ content }} -

Comments? Drop me a mail{% if page.reddit %} or leave a note on reddit{% endif %}!

+

+ Posted on {{ site.blog.title }} on {{ page.date | date: "%b %-d, %Y" }}.
+ Comments? Drop me a mail{% if page.reddit %} or leave a note on reddit{% endif %}! +