From 0e756034f7eb6a2526db6b536225043ca52f44de Mon Sep 17 00:00:00 2001 From: calintat Date: Mon, 31 Jul 2017 15:57:33 +0100 Subject: [PATCH] Reverted changes --- README.md | 4 ---- static/js/main.js | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 static/js/main.js diff --git a/README.md b/README.md index f27fc17..c84a967 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,6 @@ Now edit this file and add your own information. Note that some fields can be om I recommend you use the theme's archetypes so now delete your site's `archetypes/default.md`. -### Projects - - - ## Features You can tweak the look of the theme to suit your needs in a number of ways: diff --git a/static/js/main.js b/static/js/main.js deleted file mode 100644 index 0c6680b..0000000 --- a/static/js/main.js +++ /dev/null @@ -1,2 +0,0 @@ -var client = new HttpClient(); -client.get()