diff --git a/Makefile b/Makefile
index 35f6c15..dd415ef 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=
-PKG_VERSION:=2.01
-PKG_RELEASE:=20200203
+PKG_VERSION:=2.1
+PKG_RELEASE:=20200206
include $(TOPDIR)/feeds/luci/luci.mk
diff --git a/luasrc/view/themes/argon/footer.htm b/luasrc/view/themes/argon/footer.htm
index 615620f..8b58ab0 100644
--- a/luasrc/view/themes/argon/footer.htm
+++ b/luasrc/view/themes/argon/footer.htm
@@ -16,27 +16,11 @@
Licensed to the public under the Apache License 2.0
-%>
-<%
- local ver = require "luci.version"
- local disp = require "luci.dispatcher"
- local request = disp.context.path
- local category = request[1]
- local tree = disp.node()
- local categories = disp.node_childs(tree)
-%>
+<% local ver = require "luci.version" %>
@@ -44,8 +28,8 @@
// thanks for Jo-Philipp Wich
var luciLocation = <%= luci.http.write_json(luci.dispatcher.context.path) %>;
-
-
+
+