PWA basic implemented (not for admin.php)
This commit is contained in:
parent
d7da479741
commit
acc77ac17f
12 changed files with 193 additions and 1 deletions
|
|
@ -151,6 +151,7 @@ function render_blank_page(){
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>MVLog</title>
|
||||
<?php include __DIR__ . '/_pwa_head.php'; ?>
|
||||
|
||||
<link rel="icon" type="image/png" href="assets/img/moto_travel.png">
|
||||
<link rel="stylesheet" href="style.css?v=20260531u">
|
||||
|
|
@ -388,6 +389,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title><?=h($pageTitle)?></title>
|
||||
<?php include __DIR__ . '/_pwa_head.php'; ?>
|
||||
|
||||
<!-- Basic Open Graph -->
|
||||
<meta property="og:type" content="<?=h($ogType)?>">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue