diff --git a/_layouts/page.html b/_layouts/page.html index 1b2eb85..8113ba1 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,14 +3,7 @@ layout: default format: post ---
- {% if page.sidebar == "left" %} -
- {% include sidebar.html %} -
- {% endif %} - - -
+
{% if page.image.title %}{{ page.title escape_once }}{% endif %} @@ -48,6 +41,13 @@ format: post
+ {% if page.sidebar == "left" %} +
+ {% include sidebar.html %} +
+ {% endif %} + + {% if page.sidebar == "right" %}
{% include sidebar.html %}