Add a Progressive Web App manifest
Add a valid apple-touch-icon link in header Co-Authored-By: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
@@ -52,3 +52,5 @@
|
||||
<script src="{{ "js/custom-jekyll/tags.js" | relURL }}"></script>
|
||||
{{ with .Params.js }}{{ range (split . ",") }}<script src="{{ (trim . " ") | relURL }}"></script><!-- custom js added -->
|
||||
{{ end }}{{ else }}<!-- no custom js detected -->{{ end }}
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<link rel="apple-touch-icon" href="/images/kubernetes-192x192.png">
|
||||
|
||||
Reference in New Issue
Block a user