diff options
| author | 2026-03-31 00:22:59 +0700 | |
|---|---|---|
| committer | 2026-03-31 00:22:59 +0700 | |
| commit | 2bcf8ee39555ea98be309b85547c797b0d172b84 (patch) | |
| tree | dbaab1e09d2fb30c3a443b0425cb5f47ee654abb /views/partials | |
| parent | c7742b341a46360d16dd9035c046f004d0fe760c (diff) | |
| download | web-2bcf8ee39555ea98be309b85547c797b0d172b84.tar.gz web-2bcf8ee39555ea98be309b85547c797b0d172b84.zip | |
feat: use semantic html tags for pages
Diffstat (limited to 'views/partials')
| -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 e019d3b..ac536d7 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 }} - <p class="text-4xl font-andika font-light italic text-shadow-[0_2px_2px_var(--main-soft-color)] text-left my-auto">{{ .Title }}</p> + <h1 class="text-4xl font-andika font-light italic text-shadow-[0_2px_2px_var(--main-soft-color)] text-left my-auto">{{ .Title }}</h1> </div>
\ No newline at end of file |