add theme color meta tag to core.njk to theme mobile apps

This commit is contained in:
2023-05-11 14:11:06 +09:30
parent 332781d078
commit 12dd4cf9b0

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="theme-color" content="#6a826a"/>
<meta property="og:image" content="/_assets/img/cropped.png"/>
<link rel="icon" type="image/x-icon" href="/_assets/img/fav.png">
{# <link rel="stylesheet" href="/_assets/css/normalize.css" /> #}