From 8a66768bee63f3e813fb4ba920b3155db885c4bd Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Sun, 3 May 2026 12:31:49 +0700 Subject: feat: new svg icon for dark/light themes format: svg/html formatting --- views/layouts/general-page.html | 1083 ++++++++++++++++++++++++--------------- 1 file changed, 669 insertions(+), 414 deletions(-) (limited to 'views/layouts/general-page.html') diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html index 2f949a3..0bd3454 100644 --- a/views/layouts/general-page.html +++ b/views/layouts/general-page.html @@ -1,470 +1,725 @@ - + - - - - {{- range .Meta }} - - {{- if eq .Property "og:description" }} - - {{- end }} - {{- if eq .Property "og:url" }} - - {{- end }} - {{- end }} - - - - - - - - {{- with .LinkedData }} - - {{- end }} - - - - - - - + {{- end }} + + + + + + - - - - + + + + - -
-
-
- - - -
- -
- + +
+
+ +
+
+
+ +
+ +
+
+ +
+ + +
+
+ +
+
-
-
+
+ + + + + + + + +
+
+ + - - - - - - -
-
-
- - - - - - + document.addEventListener("click", (e) => { + if ( + !themeWheel.contains(e.target) && + e.target !== themeButton && + !e.target.classList.contains("toolbar-theme-button-content") + ) { + hideThemeWheel(); + } + }); + + + + -- cgit v1.3.1+13