diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-08-27 07:51:45 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-08-27 07:51:45 -0700 |
commit | 1c1f037a3831bca24bdb8a3194b4b485e23091e8 (patch) | |
tree | 5ecacb27ec8d0044da264e21c5116866f84631b2 /views | |
parent | f3f029d3dbe7315fdb966cd69e11585f8163d197 (diff) |
add minimal webmanifest
Diffstat (limited to 'views')
-rw-r--r-- | views/layout.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/layout.php b/views/layout.php index dea1a36..3685f70 100644 --- a/views/layout.php +++ b/views/layout.php @@ -7,7 +7,6 @@ <link rel="pingback" href="https://webmention.io/aaronpk/xmlrpc" /> <link rel="webmention" href="https://webmention.io/aaronpk/webmention" /> - <meta name="apple-mobile-web-app-capable" content="yes" /> <!-- standard viewport tag to set the viewport to the device's width , Android 2.3 devices need this so 100% width works properly and doesn't allow children to blow up the viewport width--> @@ -33,6 +32,7 @@ <link rel="apple-touch-icon" sizes="72x72" href="/images/quill-icon-72.png"> <link rel="apple-touch-icon" sizes="114x114" href="/images/quill-icon-114.png"> <link rel="apple-touch-icon" sizes="144x144" href="/images/quill-icon-144.png"> + <link rel="apple-touch-icon" sizes="196x196" href="/images/quill-icon-196.png"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" sizes="196x196" href="/images/quill-icon-196.png"> @@ -41,6 +41,8 @@ <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="#428bca"> + <link rel="manifest" href="/js/manifest.json"> + <script src="/js/script.js"></script> <script src="/js/date.js"></script> <script src="/js/cassis.js"></script> |