From 77bd8fe91a4a576038ccc4e1b3965fbbc0fb9c84 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 11 Aug 2017 17:29:25 +0300 Subject: Remove `text/javascript` since it's the default one. (#23321) --- _includes/scripts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/scripts.html') diff --git a/_includes/scripts.html b/_includes/scripts.html index da73fdd68..f4cb6cd79 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -23,8 +23,8 @@ {% if page.layout == "docs" %} - - + {% endif %} - - {% if page.layout == "docs" %} -- cgit v1.2.3 From 20abbc3c16d39ad92fbf0b497a3690967764a1fd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 16 Jul 2017 16:54:09 +0300 Subject: Register a service worker. --- _includes/scripts.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes/scripts.html') diff --git a/_includes/scripts.html b/_includes/scripts.html index 058ba1b33..fca699880 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -16,6 +16,7 @@ + {% endif %} -- cgit v1.2.3 From 1f4486c31b41208108e3d39df3e2dbcc47effa03 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 15 Aug 2017 14:41:34 +0300 Subject: Reduce liquid's whitespace for a few pages. Also fix a couple of typos while at it and change header tags' order. --- _includes/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/scripts.html') diff --git a/_includes/scripts.html b/_includes/scripts.html index fca699880..f457828ad 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -51,5 +51,5 @@ Holder.addTheme('gray', { fg: 'rgba(255,255,255,.75)', font: 'Helvetica', fontweight: 'normal' -}) +}); -- cgit v1.2.3 From 2693e49e06a0bc680a78c3c075c327446383ece7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Sep 2017 18:22:53 +0300 Subject: Remove unneeded `docsearch` variable. --- _includes/scripts.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '_includes/scripts.html') diff --git a/_includes/scripts.html b/_includes/scripts.html index f457828ad..0af5f5c69 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -24,7 +24,7 @@ {% if page.layout == "docs" %} -- cgit v1.2.3