From 220eef2e31bb93aa72101e82bc766a2ace00c55f Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 9 Jun 2019 17:30:31 +0200 Subject: [PATCH] Disable reading optimisation if sidebar is hidden Signed-off-by: Jim Martens --- _layouts/categories.html | 2 +- _layouts/category.html | 2 +- _layouts/page.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/categories.html b/_layouts/categories.html index 0ac84ca..cef95dc 100644 --- a/_layouts/categories.html +++ b/_layouts/categories.html @@ -2,7 +2,7 @@ layout: default --- -
+
{{ content }}
    {% assign categories = page.categories | split:',' %} diff --git a/_layouts/category.html b/_layouts/category.html index 746a0b8..62040ef 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -2,7 +2,7 @@ layout: default --- -
    +
    {{ content }}
      {% for post in site.categories[page.category] %} diff --git a/_layouts/page.html b/_layouts/page.html index 38965a4..70ab8e8 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,7 +2,7 @@ layout: default --- -
      +

      {{ page.title }}