aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-06 21:12:48 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-06 21:12:48 -0500
commit017c2db137d515bcb143efccd263a5f3f35c0255 (patch)
tree6da2a48b911063ec9f7a7d45fa5f58760aae433d /app/views/snippets
parent1a0348fb4c0ccfe00faa59c417ddbd52db169854 (diff)
downloadthedroneely.com-017c2db137d515bcb143efccd263a5f3f35c0255.tar.gz
thedroneely.com-017c2db137d515bcb143efccd263a5f3f35c0255.tar.bz2
thedroneely.com-017c2db137d515bcb143efccd263a5f3f35c0255.zip
app/views/snippets/favicons: Inline site web manifest
Remove php unit testing config
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/favicons.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/favicons.php b/app/views/snippets/favicons.php
index 2d11bb5..424d2a3 100644
--- a/app/views/snippets/favicons.php
+++ b/app/views/snippets/favicons.php
@@ -1,7 +1,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="data:image/png;base64,<?php echo base64('/public/favicon-32x32.png'); ?>">
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,<?php echo base64('/public/favicon-16x16.png'); ?>">
- <link rel="manifest" href="/site.webmanifest">
+ <link rel="manifest" href="data:application/manifest+json;base64,<?php echo base64('/public/site.webmanifest'); ?>">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#b91d47">
<meta name="theme-color" content="#ffffff">