diff options
| author | 2026-05-04 15:55:49 +0700 | |
|---|---|---|
| committer | 2026-05-04 15:55:49 +0700 | |
| commit | 6c91e77c8712a234090c940111ea82ed9e0cd034 (patch) | |
| tree | cb1411d0898ea7a5b5970c88831eaccd30478bc6 /views/pages | |
| parent | dbd3c0f30aeb9eedae6c6ccbcafa38872722da65 (diff) | |
| parent | 38cb561f5f9048d26ac7f38176c928fd4e7f32df (diff) | |
| download | web-0.15.6.tar.gz web-0.15.6.zip | |
v0.15.6 (#36)v0.15.6
- [feat: integrate general use favicon.ico for search
engines](https://github.com/SayaAndy/saya-today-web/commit/e3601faf8e98ac39be1aa746c9e20b837d09a037)
- [ci: use ansible dev tools to speed up deploy
step](https://github.com/SayaAndy/saya-today-web/commit/e3601faf8e98ac39be1aa746c9e20b837d09a037)
- [ci: enable gha buildx
cache](https://github.com/SayaAndy/saya-today-web/pull/36/commits/38cb561f5f9048d26ac7f38176c928fd4e7f32df)
- [ci: use sha short from single
source](https://github.com/SayaAndy/saya-today-web/pull/36/commits/38cb561f5f9048d26ac7f38176c928fd4e7f32df)
- [ci: no strict host key checking in
ci](https://github.com/SayaAndy/saya-today-web/pull/36/commits/7b1aca39816f4b82ddf9c4ced83275d56e1b8780)
Diffstat (limited to 'views/pages')
| -rw-r--r-- | views/pages/global-map.html | 5 | ||||
| -rw-r--r-- | views/pages/unsubscribe-page.html | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/views/pages/global-map.html b/views/pages/global-map.html index fe7d747..1501111 100644 --- a/views/pages/global-map.html +++ b/views/pages/global-map.html @@ -35,6 +35,11 @@ media="(prefers-color-scheme: dark)" /> <link + rel="icon" + href="/favicon.ico" + type="image/x-icon" + /> + <link rel="stylesheet" href="{{ .StaticStorageBaseUrl }}/libs/leaflet/1.9.4/leaflet.css" /> diff --git a/views/pages/unsubscribe-page.html b/views/pages/unsubscribe-page.html index a917746..9a78488 100644 --- a/views/pages/unsubscribe-page.html +++ b/views/pages/unsubscribe-page.html @@ -16,6 +16,11 @@ type="image/svg+xml" media="(prefers-color-scheme: dark)" /> + <link + rel="icon" + href="/favicon.ico" + type="image/x-icon" + /> <title>{{ .L.UnsubscribePage.Header }} // SAYA.UZ</title> <style> .bg-paper { |