From 0802dc3a8835bc19cf994f9eb2b462df604d4262 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Thu, 4 Sep 2025 00:51:05 +0700 Subject: feat: reroute general page derivations to general page route feat: always have page body in square aspect ratio feat: change to mobile view on 1.1/1 aspect ratio (instead of 0.8/1) feat: dynamically change title with any new page feat: cache general page template --- views/pages/blog-catalogue.html | 8 ++++---- views/pages/blog-page.html | 2 +- views/pages/global-map.html | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'views/pages') diff --git a/views/pages/blog-catalogue.html b/views/pages/blog-catalogue.html index a5f5256..eccafd6 100644 --- a/views/pages/blog-catalogue.html +++ b/views/pages/blog-catalogue.html @@ -1,11 +1,11 @@ {{ define "body" }} -
+
+ class="tags-list ar-gt-1.1:min-w-[10vh] ar-gt-1.1:max-w-[20vh] ar-gt-1.1:w-fit ar-lt-1.1:w-[100%] ar-lt-1.1:max-h-[25%] flex shrink-0 flex-col ar-gt-1.1:mr-[1.2vmin]">
{{ .L.BlogSearch.TagsHeader }} -
+
@@ -18,7 +18,7 @@
{{ .L.BlogSearch.OrderByHeader }} -
+
diff --git a/views/pages/blog-page.html b/views/pages/blog-page.html index e68fcab..b121cc6 100644 --- a/views/pages/blog-page.html +++ b/views/pages/blog-page.html @@ -18,7 +18,7 @@ {{ .ParsedMarkdown }} {{- if .MapLocationX }}
-
+

-