Merge pull request #3048 from DaiYuANg/master

add manifest.webmanifest into desktop make pwa install on ipad
This commit is contained in:
zadam 2022-08-08 20:28:29 +02:00 committed by GitHub
commit 6dee1f38f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.ico">
<link rel="manifest" href="manifest.webmanifest">
<title>Trilium Notes</title>
</head>
<body class="desktop heading-style-<%= headingStyle %>">