Add meta theme-color

This commit is contained in:
hedy 2024-04-27 10:36:46 +08:00
parent 86eb7e55ab
commit 2945f44671
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
{{- printf `<link rel="icon" sizes="192x192" href="%s" type="image/png">` $favicon_png.RelPermalink | safeHTML -}}
<meta name="color-scheme" content="light dark">
<meta name="theme-color" content="#f2f2f2" media="(prefers-color-scheme:light)"><!--(accent-bg-light)-->
<meta name="theme-color" content="#232326" media="(prefers-color-scheme:dark)"><!--(bg)-->
<meta name="format-detection" content="telephone=no">
<link rel="webmention" href="https://webmention.io/home.hedy.dev/webmention">