From e0e9bc8b5894c31557bfe7bc013707c887190c6b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 31 Dec 2017 02:11:59 +0200 Subject: Move inline JS outside of HTML. (#25140) --- _includes/scripts.html | 37 ++++--------------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) (limited to '_includes/scripts.html') diff --git a/_includes/scripts.html b/_includes/scripts.html index 261ca9a17..ee598dcc4 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -9,6 +9,10 @@ {%- endif -%} +{%- if page.layout == "docs" -%} + +{%- endif -%} + {%- if site.github -%} {%- else -%} @@ -19,36 +23,3 @@ {%- endif -%} - -{%- if page.layout == "docs" -%} - - -{%- endif -%} - - -- cgit v1.2.3