diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 5 insertions, 1 deletions
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 </time> {%- if page.author -%} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span> - {%- endif -%}</p> + {%- endif -%} + {%- if page.categories -%} + <span>, Kategorie: {{ page.categories | array_to_sentence_string }}</span> + {%- endif -%} + </p> </header> {% if page.blogger_id %} |