diff --git a/_layouts/category_index.html b/_layouts/category_index.html index 825d291..2bfc471 100644 --- a/_layouts/category_index.html +++ b/_layouts/category_index.html @@ -19,7 +19,7 @@ layout: default

{{ post.title }}

-

Gepostet am {{ post.date | localize: "%-d. %B %Y" }} in: {% for category in post.categories %}{{ category }} {% endfor %}

+

Gepostet am {{ post.date | localize: "%-d. %B %Y" }} in: {% for category in post.categories %}{{ category }} {% endfor %}

diff --git a/_layouts/recipe.html b/_layouts/recipe.html index e72b027..af8b98f 100644 --- a/_layouts/recipe.html +++ b/_layouts/recipe.html @@ -11,7 +11,7 @@ layout: default {% endif %}

{{ page.title }}

-

Gepostet am {{ page.date | localize: "%-d. %B %Y" }} in: {% for category in page.categories %}{{ category }} {% endfor %} +

Gepostet am {{ page.date | localize: "%-d. %B %Y" }} in: {% for category in page.categories %}{{ category }} {% endfor %} {% if page.source_name != null and page.source_name != '' and page.source != null and page.source != '' %} ; Quelle: {{ page.source_name | escape_once }} {% elsif page.source_name != null and page.source_name != '' %}