diff --git a/_includes/meta_information.html b/_includes/meta_information.html index 4c8d6ee..f626059 100644 --- a/_includes/meta_information.html +++ b/_includes/meta_information.html @@ -1,7 +1,6 @@

- {{ page.date | date: "%d.%m.%Y" }} - {% if page.categories %} {{ page.categories | join: ' · ' | upcase }}{% endif %} + {% if page.categories %} {{ page.categories | join: ' · ' | upcase }}{% endif %} {% for tag in page.tags %} {{tag}} {% endfor %}

diff --git a/_layouts/page.html b/_layouts/page.html index f76f3cc..a6e8039 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -11,7 +11,7 @@ format: post
-
+
{% if page.image.title %}{{ page.title escape_once }}{% endif %} {% if page.image.url && page.image.credit %} @@ -21,7 +21,7 @@ format: post {% endif %} {% if page.subheadline %}

{{ page.subheadline }}

{% endif %} -

{{ page.title }}

+

{{ page.title }}