diff options
| author | 2026-05-02 18:19:08 +0700 | |
|---|---|---|
| committer | 2026-05-02 18:19:08 +0700 | |
| commit | 03ff00d2e2e59f695bb14f346b4cc8fdbfc5d12a (patch) | |
| tree | bb1162b1d75143fce39a33368bf99a0a284807f4 /views/partials/general-page-header.html | |
| parent | 127e01077493dc58e167716473f051d3ab7d2256 (diff) | |
| download | web-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.html | 10 |
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> |