From 82838fb61d8493344acfd07f8020bf06cc11a974 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 27 Jul 2022 03:23:39 +0200 Subject: [PATCH] jekyll(assets): move jquery to assets folder Signed-off-by: CrazyMax --- _includes/head.html | 4 ++-- {js => assets/jquery}/jquery.js | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {js => assets/jquery}/jquery.js (100%) diff --git a/_includes/head.html b/_includes/head.html index 5e8ce8fd30..53a5ae216a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -60,12 +60,12 @@ {%- if page.layout == 'landing' -%} - + {%- else -%} - + {%- endif -%} diff --git a/js/jquery.js b/assets/jquery/jquery.js similarity index 100% rename from js/jquery.js rename to assets/jquery/jquery.js