From fdd535afdf09178f475280e22a452777e36b25c6 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 1 Oct 2017 04:29:04 +0800 Subject: [PATCH] Further reduce preview mode --- _includes/2017/comments-area.html | 2 +- _includes/2017/related-posts.html | 2 +- _includes/2017/search-footer.html | 2 +- _includes/2017/top-nav.html | 2 +- _layouts/2017/sheet.html | 2 +- _sass/2017/components/main-heading.scss | 8 ++++++++ assets/2017/script.js | 1 + 7 files changed, 14 insertions(+), 5 deletions(-) diff --git a/_includes/2017/comments-area.html b/_includes/2017/comments-area.html index ed06e808f..3be8532c3 100644 --- a/_includes/2017/comments-area.html +++ b/_includes/2017/comments-area.html @@ -1,6 +1,6 @@ {% assign identifier = include.page.url | remove: '.html' | remove_first: '/' %} {% if site.data.disqus.enabled %} -
+
diff --git a/_includes/2017/related-posts.html b/_includes/2017/related-posts.html index f793d8b9c..d9d9e3304 100644 --- a/_includes/2017/related-posts.html +++ b/_includes/2017/related-posts.html @@ -11,7 +11,7 @@ | sort: "weight", "last" %} {% assign size = site.pages | size %} -