From cdad23d5d28a1e61324d052c1d3c94975417c320 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 19 Oct 2017 13:04:39 -0700 Subject: fixes #24445 also pushed a hotfix to gh-pages branch --- _includes/docs-navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html index ecedf7c4d..4f3e68738 100644 --- a/_includes/docs-navbar.html +++ b/_includes/docs-navbar.html @@ -37,7 +37,7 @@ -- cgit v1.2.3 From fbd42af6ca17abf1e01349d7c581ec399202f4c0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 22 Oct 2017 14:53:06 +0300 Subject: Reduce whitespace liquid outputs. (#24470) --- _includes/docs-sidebar.html | 4 ++-- _includes/header.html | 4 ++-- _includes/scripts.html | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to '_includes') diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html index 24c1a8b2a..34a5989a4 100644 --- a/_includes/docs-sidebar.html +++ b/_includes/docs-sidebar.html @@ -36,7 +36,7 @@ {{ doc.title }} - {% comment %} + {%- comment -%} {% unless doc.sections == nil %} {% endunless %} - {% endcomment %} + {%- endcomment -%} {%- endfor -%} diff --git a/_includes/header.html b/_includes/header.html index 048867bdd..7c7a3a643 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,9 +12,9 @@ {% if site.github %} - + {% else %} - + {% endif %} diff --git a/_includes/scripts.html b/_includes/scripts.html index 0af5f5c69..98ba3b41f 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -3,25 +3,25 @@ -{% if site.github %} +{%- if site.github -%} -{% else %} +{%- else -%} -{% endif %} +{%- endif -%} -{% if site.github %} +{%- if site.github -%} -{% else %} +{%- else -%} -{% endif %} +{%- endif -%} -{% if page.layout == "docs" %} +{%- if page.layout == "docs" -%} -{% endif %} +{%- endif -%}