diff options
| author | 2025-09-04 00:51:05 +0700 | |
|---|---|---|
| committer | 2025-09-04 00:51:05 +0700 | |
| commit | 0802dc3a8835bc19cf994f9eb2b462df604d4262 (patch) | |
| tree | 60b50749018d014bb56c501fb5ddb89ca2318631 /views/partials | |
| 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/partials')
| -rw-r--r-- | views/partials/general-page-body.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/partials/general-page-body.html b/views/partials/general-page-body.html index d697c14..4686ea1 100644 --- a/views/partials/general-page-body.html +++ b/views/partials/general-page-body.html @@ -1 +1,2 @@ +<title>SAYA TODAY // {{ .Title }}</title> {{ block "body" . }}{{ end }}
\ No newline at end of file |