From d95d30029f8d63190eb242c9914cee16b6b90627 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 8 Jan 2019 18:33:28 +0200 Subject: Switch to Hugo. No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! --- site/_includes/scripts.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 site/_includes/scripts.html (limited to 'site/_includes/scripts.html') diff --git a/site/_includes/scripts.html b/site/_includes/scripts.html deleted file mode 100644 index 5b7f380b1..000000000 --- a/site/_includes/scripts.html +++ /dev/null @@ -1,19 +0,0 @@ -{%- if jekyll.environment == "production" -%} - -{%- else -%} - -{%- endif -%} - -{%- if page.layout == "docs" -%} - -{%- endif -%} - -{%- if jekyll.environment == "production" -%} - -{%- else -%} - - - - - -{%- endif -%} -- cgit v1.2.3