summaryrefslogtreecommitdiff
path: root/views/pages
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2026-05-04 15:55:49 +0700
committerGravatar GitHub <noreply@github.com> 2026-05-04 15:55:49 +0700
commit6c91e77c8712a234090c940111ea82ed9e0cd034 (patch)
treecb1411d0898ea7a5b5970c88831eaccd30478bc6 /views/pages
parentdbd3c0f30aeb9eedae6c6ccbcafa38872722da65 (diff)
parent38cb561f5f9048d26ac7f38176c928fd4e7f32df (diff)
downloadweb-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.html5
-rw-r--r--views/pages/unsubscribe-page.html5
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 {