summaryrefslogtreecommitdiffci
path: root/views/partials/general-page-header.html
diff options
from:
to:
context:
space:
mode:
authorGravatar Montferrat <montferrat@Montferrats-MacBook-Pro.local> 2026-05-02 18:19:08 +0700
committerGravatar Montferrat <montferrat@Montferrats-MacBook-Pro.local> 2026-05-02 18:19:08 +0700
commit03ff00d2e2e59f695bb14f346b4cc8fdbfc5d12a (patch)
treebb1162b1d75143fce39a33368bf99a0a284807f4 /views/partials/general-page-header.html
parent127e01077493dc58e167716473f051d3ab7d2256 (diff)
downloadweb-03ff00d2e2e59f695bb14f346b4cc8fdbfc5d12a.tar.gz
web-03ff00d2e2e59f695bb14f346b4cc8fdbfc5d12a.zip
feat: rename saya.today to saya.uz
Diffstat (limited to 'views/partials/general-page-header.html')
-rw-r--r--views/partials/general-page-header.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/views/partials/general-page-header.html b/views/partials/general-page-header.html
index ad11ffb..995ebf3 100644
--- a/views/partials/general-page-header.html
+++ b/views/partials/general-page-header.html
@@ -1,5 +1,9 @@
-<title>{{ .Title }} // SAYA TODAY</title>
+<title>{{ .Title }} // SAYA.UZ</title>
<div class="flex flex-row mb-2">
{{ block "header" . }}{{ end }}
- <p class="text-4xl font-m-plus font-bold italic text-shadow-[0_2px_2px_var(--color-main-soft)] text-left my-auto">{{ .Title }}</p>
-</div> \ No newline at end of file
+ <p
+ class="text-4xl font-m-plus font-bold italic text-shadow-[0_2px_2px_var(--color-main-soft)] text-left my-auto"
+ >
+ {{ .Title }}
+ </p>
+</div>