relative path on manifest

This commit is contained in:
sakrecoer 2020-08-05 18:37:15 +02:00
parent 2e62afea7e
commit b6f810d5ba

View file

@ -16,7 +16,7 @@
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20200805.css" /></noscript>
<link rel="manifest" href="{{ site.url }}/manifest.json" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="{{ site.bg }}"/>
</head>