Added theme color meta tags
Update base_standalone.jinja and base_www.jinja
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
<meta name="author" content="Herwin Bozet">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="theme-color" content="#6F2F65">
|
||||
|
||||
<!-- Note: https://css-tricks.com/probably-dont-base64-svg/ -->
|
||||
<link rel="icon"
|
||||
|
@@ -9,6 +9,7 @@
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="alternate icon" href="/favicon.ico">
|
||||
<meta name="theme-color" content="#6F2F65">
|
||||
|
||||
<!--<link rel="dns-prefetch" href="https://cdn.nibblepoker.lu/"/>-->
|
||||
<link rel="preconnect" href="https://cdn.nibblepoker.lu/"/>
|
||||
|
Reference in New Issue
Block a user