diff options
| author | 2026-05-02 23:43:44 +0700 | |
|---|---|---|
| committer | 2026-05-02 23:43:44 +0700 | |
| commit | cca3ff72b5e29b31122c0a0496be741e7bc0162b (patch) | |
| tree | 449701dcf7ac0aafc7f21116b77203d0cc51fc98 /views/pages/global-map.html | |
| parent | e3c80a07514a052adafd5c0f51daf69b664530e0 (diff) | |
| download | web-cca3ff72b5e29b31122c0a0496be741e7bc0162b.tar.gz web-cca3ff72b5e29b31122c0a0496be741e7bc0162b.zip | |
feat: move fonts into s3 static bucket
Diffstat (limited to 'views/pages/global-map.html')
| -rw-r--r-- | views/pages/global-map.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/pages/global-map.html b/views/pages/global-map.html index aa6ddfd..bb51131 100644 --- a/views/pages/global-map.html +++ b/views/pages/global-map.html @@ -15,7 +15,8 @@ /> <meta property="og:type" content="site" /> <title>{{ .L.GlobalMap.Header }} // SAYA.UZ</title> - <link rel="canonical" href="{{ .CanonicalEndpoint }}/{{ .Lang }}/map" /> + <link rel="canonical" href="{{ .CanonicalEndpoint }}/{{ .Lang }}/map"> + <link rel="stylesheet" href="{{ .StaticStorageBaseUrl }}/fonts/fonts.css"> <link rel="stylesheet" href="{{ .StaticStorageBaseUrl }}/libs/font-awesome/7.2.0/css/fontawesome.min.css" @@ -29,7 +30,7 @@ href="{{ .StaticStorageBaseUrl }}/libs/font-awesome/7.2.0/css/solid.min.css" /> {{ block "header" . }}{{ end }} - <link href="/output.css" rel="stylesheet" /> + <link rel="stylesheet" href="/output.css"> <link rel="stylesheet" href="{{ .StaticStorageBaseUrl }}/libs/leaflet/1.9.4/leaflet.css" |