From ee3976f9976ab5011dd06ad42d47f1403243e1a4 Mon Sep 17 00:00:00 2001 From: nokonoko Date: Sun, 27 Jun 2021 15:17:20 +0200 Subject: [PATCH] exclude js faq & tools The FAQ & Tools page does not use JS so it should not include it. --- package.json | 5 +++-- templates/index.swig | 2 +- templates/layout index.swig | 18 ++++++++++++++++++ templates/layout.swig | 1 - 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 templates/layout index.swig diff --git a/package.json b/package.json index 1e3c608..0591d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uguu", - "version": "1.0.0", + "version": "1.1.1", "description": "Kawaii file host", "homepage": "https://uguu.se/", "repository": { @@ -9,7 +9,8 @@ }, "author": "Eric Johansson ", "contributors": [ - "Pomf Community " + "Pomf Community ", + "Uguu Community diff --git a/templates/layout index.swig b/templates/layout index.swig new file mode 100644 index 0000000..bc9eb55 --- /dev/null +++ b/templates/layout index.swig @@ -0,0 +1,18 @@ + + + + + + + + {{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %} + + + + + +
+ {% block body %}What the fuck are you doing here, baka?{% endblock %} +
+ + diff --git a/templates/layout.swig b/templates/layout.swig index bc9eb55..bb8fb0d 100644 --- a/templates/layout.swig +++ b/templates/layout.swig @@ -8,7 +8,6 @@ {{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %} -