From 8a05365b4f3556c6787f3dc6cbd5a8189bb36006 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 13 Apr 2019 22:57:48 +0200 Subject: [PATCH] sort stuff --- layouts/_default/search.html | 8 ++++---- static/{ => js}/fuse.js | 0 static/{ => js}/jquery-3.4.0.js | 0 static/{ => js}/jquery.mark.js | 0 static/{ => js}/search.js | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename static/{ => js}/fuse.js (100%) rename static/{ => js}/jquery-3.4.0.js (100%) rename static/{ => js}/jquery.mark.js (100%) rename static/{ => js}/search.js (100%) diff --git a/layouts/_default/search.html b/layouts/_default/search.html index df66255..6a4a80a 100644 --- a/layouts/_default/search.html +++ b/layouts/_default/search.html @@ -1,10 +1,10 @@ {{ define "content" }} - - - - + + + +
diff --git a/static/fuse.js b/static/js/fuse.js similarity index 100% rename from static/fuse.js rename to static/js/fuse.js diff --git a/static/jquery-3.4.0.js b/static/js/jquery-3.4.0.js similarity index 100% rename from static/jquery-3.4.0.js rename to static/js/jquery-3.4.0.js diff --git a/static/jquery.mark.js b/static/js/jquery.mark.js similarity index 100% rename from static/jquery.mark.js rename to static/js/jquery.mark.js diff --git a/static/search.js b/static/js/search.js similarity index 100% rename from static/search.js rename to static/js/search.js