diff options
| author | 2025-09-04 00:51:05 +0700 | |
|---|---|---|
| committer | 2025-09-04 00:51:05 +0700 | |
| commit | 0802dc3a8835bc19cf994f9eb2b462df604d4262 (patch) | |
| tree | 60b50749018d014bb56c501fb5ddb89ca2318631 /views/pages/blog-page.html | |
| parent | fad8679f7173273e528d626c5c03f90d02010733 (diff) | |
| download | web-0802dc3a8835bc19cf994f9eb2b462df604d4262.tar.gz web-0802dc3a8835bc19cf994f9eb2b462df604d4262.zip | |
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
Diffstat (limited to 'views/pages/blog-page.html')
| -rw-r--r-- | views/pages/blog-page.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} <hr class="border-t-4 border-dotted border-main-dark mt-[0.8vmin] mb-[0.8vmin] w-[80%] ml-auto mr-auto"> - <div id="map-container" class="relative p-[0.8vmin] flex-none ml-auto mr-auto w-[60%] ar-lt-0.8:w-[80%] h-[40vh] ar-lt-0.8:h-[30vh]"></div> + <div id="map-container" class="relative p-[0.8vmin] flex-none ml-auto mr-auto w-[60%] ar-lt-1.1:w-[80%] h-[40vh] ar-lt-1.1:h-[30vh]"></div> <hr class="border-t-4 border-dotted border-main-dark mt-[0.8vmin] mb-[0.8vmin] w-[80%] ml-auto mr-auto"> <script> |