head: rm site.webmanifest, not a PWA

This commit is contained in:
Aditya Telange 2020-11-17 19:38:07 +05:30
parent c9a387ebdb
commit a276a5dfd1
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -25,7 +25,6 @@
<link href="{{ $stylesheet.Permalink }}" integrity="{{ $stylesheet.Data.Integrity }}" rel="preload stylesheet"
as="style">
<!-- Favicons -->
<link rel="manifest" href="{{ "site.webmanifest" | absURL }}">
<link rel="icon" href="{{- .Site.Params.assets.favicon | default "favicon.ico" | absURL -}}">
<link rel="icon" type="image/png" sizes="16x16" href="
{{- .Site.Params.assets.favicon16x16 | default "favicon-16x16.png" | absURL -}}">