From 37957ce65c8e92ed2853f575d790bc6da99ff1fb Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 2 Jun 2019 17:04:46 +0200 Subject: Add display of categories --- _layouts/post.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index d5772d9..8d39939 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,7 +12,11 @@ layout: default {%- if page.author -%} • - {%- endif -%}
+ {%- endif -%} + {%- if page.categories -%} + , Kategorie: {{ page.categories | array_to_sentence_string }} + {%- endif -%} + {% if page.blogger_id %} -- cgit v1.2.3