From 3ba20e5a0dd3b8a943756d6926de3f8dbeb6575b Mon Sep 17 00:00:00 2001 From: thomasba Date: Mon, 4 Jan 2016 20:00:39 +0100 Subject: [PATCH] Fixed problem with category-links --- _layouts/category_index.html | 2 +- _layouts/recipe.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 != '' %}