fix favicon issues

This commit is contained in:
Jeremy Kauffman 2016-10-10 09:16:30 -04:00
parent 7dbd1e995c
commit 73b7b59096
2 changed files with 2 additions and 1 deletions

View file

@ -109,6 +109,7 @@ class Controller
];
$tempRedirects = [
'/apple-touch-icon.png' => '/img/fav/apple-touch-icon.png',
'/LBRY-deck.pdf' => 'https://www.dropbox.com/s/0xj4vgucsbi8rtv/lbry-deck.pdf?dl=1',
'/deck.pdf' => 'https://www.dropbox.com/s/0xj4vgucsbi8rtv/lbry-deck.pdf?dl=1',
'/pln.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1',

View file

@ -31,7 +31,7 @@
<meta name="description" content="<?php echo Response::getMetaDescription() ?>">
<meta name="msapplication-TileColor" content="#155B4A">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="msapplication-TileImage" content="/img/fav/mstile-144x144.png">
<meta name="theme-color" content="#155B4A">
<!-- Twitter Card data -->
<meta name="twitter:site" content="@lbryio">