mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 02:26:45 +02:00
Add meta tags for mobile compatibility
This commit is contained in:
@@ -1 +1 @@
|
||||
v1.3.2 (1681407685)
|
||||
v1.3.2 (1681419310)
|
||||
File diff suppressed because one or more lines are too long
@@ -4,7 +4,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{# noindex}}<meta name="robots" content="noindex">{{/ noindex}}
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
|
||||
{{# unsplashcolor}}<meta name="theme-color" content="{{unsplashcolor}}">{{/ unsplashcolor}}
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
{{> partials/cssbundle}}
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/background-css.php">
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/custom-width-css.php">
|
||||
|
||||
@@ -1 +1 @@
|
||||
<script defer src="{{{wwwurl}}}/assets/js/index.2684b7492d902ea89331.min.js"></script>
|
||||
<script defer src="{{{wwwurl}}}/assets/js/index.fd2874ea51dbd2dad294.min.js"></script>
|
||||
Reference in New Issue
Block a user