From 42ddbf0b6896588ac12ed8e39f503c2671063bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Wed, 4 Mar 2015 20:30:34 +0100 Subject: [PATCH] Corrected page without sidebar mode --- _includes/meta_information.html | 2 +- _layouts/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/meta_information.html b/_includes/meta_information.html index 7decb06..9e58de0 100644 --- a/_includes/meta_information.html +++ b/_includes/meta_information.html @@ -22,7 +22,7 @@ {% if page.previous.url %}
{% endif %} -
{{ site.data.language.archive }}
+
{{ site.data.language.archive }}
{% if page.next.url %}
{% endif %} diff --git a/_layouts/page.html b/_layouts/page.html index 8113ba1..152cc2b 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,7 +3,7 @@ layout: default format: post ---
-
+
{% if page.image.title %}{{ page.title escape_once }}{% endif %}