diff options
| author | 2025-10-17 04:17:06 +0700 | |
|---|---|---|
| committer | 2025-10-17 04:17:06 +0700 | |
| commit | c9a2858279d3d3bf48d752d5ad250303368f9ebd (patch) | |
| tree | 9756d29796f30156a071920fef3f9cb15dffa1a6 /views/pages/global-map.html | |
| parent | b3a60ae640c3a69f1b2767877c6b4975d62e539c (diff) | |
| download | web-c9a2858279d3d3bf48d752d5ad250303368f9ebd.tar.gz web-c9a2858279d3d3bf48d752d5ad250303368f9ebd.zip | |
feat: add support for tags in gallery images
feat: add 2x tag for an image in gallery
feat: update layout of galleries while loading images (not just after)
Diffstat (limited to 'views/pages/global-map.html')
| -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 d595e07..9b67514 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>{{ .L.GlobalMap.Header }} // SAYA TODAY </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> |