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 %} -