diff options
| author | 2025-10-17 02:35:53 +0700 | |
|---|---|---|
| committer | 2025-10-17 02:35:53 +0700 | |
| commit | b3a60ae640c3a69f1b2767877c6b4975d62e539c (patch) | |
| tree | 0c8ba9a6237074024a9be2604f7665bcdef5caca /views | |
| parent | da47a56987ab84a7ebe2157af101363121919fad (diff) | |
| download | web-b3a60ae640c3a69f1b2767877c6b4975d62e539c.tar.gz web-b3a60ae640c3a69f1b2767877c6b4975d62e539c.zip | |
feat: use page-first title for map page
Diffstat (limited to 'views')
| -rw-r--r-- | views/pages/global-map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/global-map.html b/views/pages/global-map.html index 063337c..d595e07 100644 --- a/views/pages/global-map.html +++ b/views/pages/global-map.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>SAYA TODAY // {{ .L.GlobalMap.Header }}</title> + <title>{{ .L.GlobalMap.Header }} // SAYA TODAY </title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |