From 059e77de53a2a8dec7a4cf3d65708c4d04078010 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Mon, 16 Aug 2021 12:19:20 -0300 Subject: move main css to its own file --- static/main.html | 75 ++------------------------------------------------------ 1 file changed, 2 insertions(+), 73 deletions(-) (limited to 'static/main.html') diff --git a/static/main.html b/static/main.html index 362b7b3..3f819dd 100644 --- a/static/main.html +++ b/static/main.html @@ -8,81 +8,10 @@ - + {{ template "header" . }} -
+All trademarks and copyrights on this page are owned by their respective parties.
+ + +{{ template "script" . }} -{{ template "script" . }} {{ end }} -- cgit v1.2.3 From 9e782ba01620997becc3118433e3d1961a88b2c3 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Wed, 18 Aug 2021 00:26:02 -0300 Subject: rudimentary theme switching --- static/main.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'static/main.html') diff --git a/static/main.html b/static/main.html index 3fa1b66..9a88afc 100644 --- a/static/main.html +++ b/static/main.html @@ -8,8 +8,10 @@ - - + + {{ range .Themes }} + + {{ end }} {{ template "header" . }} @@ -38,6 +40,13 @@ {{ template "content" . }} {{ template "bottom" . }} + + +All trademarks and copyrights on this page are owned by their respective parties.
-- cgit v1.2.3 From d460fa6316d3db4e68e6b4d4c7ee2d02d6505304 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Wed, 18 Aug 2021 00:50:13 -0300 Subject: it works --- static/main.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'static/main.html') diff --git a/static/main.html b/static/main.html index 9a88afc..794a602 100644 --- a/static/main.html +++ b/static/main.html @@ -41,11 +41,14 @@ {{ template "bottom" . }} - +