diff options
| author | 2026-03-31 00:24:01 +0700 | |
|---|---|---|
| committer | 2026-03-31 00:24:01 +0700 | |
| commit | 787581b59e86f9ec1a25f4a7f06e08240f1847e3 (patch) | |
| tree | 3f370e03a85e911a7f3b49174475488802d9e7e8 /views | |
| parent | 2bcf8ee39555ea98be309b85547c797b0d172b84 (diff) | |
| download | web-787581b59e86f9ec1a25f4a7f06e08240f1847e3.tar.gz web-787581b59e86f9ec1a25f4a7f06e08240f1847e3.zip | |
fix: don't use h1 tag in header
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/general-page-header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/general-page-header.html b/views/partials/general-page-header.html index ac536d7..e019d3b 100644 --- a/views/partials/general-page-header.html +++ b/views/partials/general-page-header.html @@ -1,5 +1,5 @@ <title>{{ .Title }} // SAYA TODAY</title> <div class="flex flex-row mb-2"> {{ block "header" . }}{{ end }} - <h1 class="text-4xl font-andika font-light italic text-shadow-[0_2px_2px_var(--main-soft-color)] text-left my-auto">{{ .Title }}</h1> + <p class="text-4xl font-andika font-light italic text-shadow-[0_2px_2px_var(--main-soft-color)] text-left my-auto">{{ .Title }}</p> </div>
\ No newline at end of file |