diff options
| author | 2026-05-16 14:01:14 +0700 | |
|---|---|---|
| committer | 2026-05-16 14:01:14 +0700 | |
| commit | ed476a1f0d3f970f977626688ac316f8b251d3a0 (patch) | |
| tree | 8c63d6d01adff1ba0ac510d860753a6a64bf7998 /views/partials | |
| parent | 44b72cbc80fb89788470bda75eeb9c0bb3dee2f5 (diff) | |
| download | web-ed476a1f0d3f970f977626688ac316f8b251d3a0.tar.gz web-ed476a1f0d3f970f977626688ac316f8b251d3a0.zip | |
feat: highlight the blog page visited earlier in blog catalogue
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..b71a0d1 100644 --- a/views/partials/general-page-body.html +++ b/views/partials/general-page-body.html @@ -1 +1,2 @@ +<input class="htmx-exit-trigger" type="hidden" name="dummy" value=""> {{ block "body" . }}{{ end }}
\ No newline at end of file |