diff options
| author | 2025-10-28 23:04:53 +0700 | |
|---|---|---|
| committer | 2025-10-28 23:04:53 +0700 | |
| commit | 1862f232eb70105340a91e74a5630c233a411bca (patch) | |
| tree | 464c18fed0c21b63b65425f48a3a790229461058 /views/partials | |
| parent | 629e275e5270ed146f9cd6dba25383cf80022909 (diff) | |
| download | web-1862f232eb70105340a91e74a5630c233a411bca.tar.gz web-1862f232eb70105340a91e74a5630c233a411bca.zip | |
refactor: make structurized implementation of routes + separate identity of router
feat: update go to 1.25
feat: update all dependencies
debug: display routes when debug logs turned on
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/general-page-body.html | 1 | ||||
| -rw-r--r-- | views/partials/general-page-header.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/general-page-body.html b/views/partials/general-page-body.html index c3aa3eb..d697c14 100644 --- a/views/partials/general-page-body.html +++ b/views/partials/general-page-body.html @@ -1,2 +1 @@ -<title>{{ .Title }} // SAYA TODAY</title> {{ block "body" . }}{{ end }}
\ No newline at end of file diff --git a/views/partials/general-page-header.html b/views/partials/general-page-header.html index a29d40b..90180de 100644 --- a/views/partials/general-page-header.html +++ b/views/partials/general-page-header.html @@ -1,3 +1,4 @@ +<title>{{ .Title }} // SAYA TODAY</title> <div {{ if .PublishedDate }} hx-get="/api/v1/tz" hx-vals='js:{timestamp: "{{ .PublishedDate }}", tz: clientTimeZone}' hx-target="#published-date" hx-swap="innerHTML" hx-trigger="load" {{ end }} class="flex flex-row mb-2"> <p class="text-4xl font-andika font-light italic text-shadow-[0_2px_2px_var(--main-soft-color)] text-left mt-auto">{{ .Title }}</p> |