Skip to content

Commit

Permalink
remove favicon stuff closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Feb 15, 2018
1 parent 8109194 commit ab4a47a
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 94 deletions.
File renamed without changes.
Binary file removed public_html/favicon/android-chrome-192x192.png
Binary file not shown.
Binary file removed public_html/favicon/android-chrome-512x512.png
Binary file not shown.
Binary file removed public_html/favicon/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions public_html/favicon/browserconfig.xml

This file was deleted.

Binary file removed public_html/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed public_html/favicon/favicon-32x32.png
Binary file not shown.
18 changes: 0 additions & 18 deletions public_html/favicon/manifest.json

This file was deleted.

Binary file removed public_html/favicon/mstile-150x150.png
Binary file not shown.
52 changes: 0 additions & 52 deletions public_html/favicon/safari-pinned-tab.svg

This file was deleted.

8 changes: 0 additions & 8 deletions public_html/favicon/site.webmanifest

This file was deleted.

7 changes: 0 additions & 7 deletions views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:image" content="<?= $this->publicHtml ?>/images/logo/2x/luya_logo@2x-100.jpg" />
<link rel="apple-touch-icon" sizes="180x180" href="<?= $this->publicHtml ?>/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<?= $this->publicHtml ?>/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<?= $this->publicHtml ?>/favicon/favicon-16x16.png">
<link rel="manifest" href="<?= $this->publicHtml ?>/favicon/manifest.json">
<link rel="mask-icon" href="<?= $this->publicHtml ?>/favicon/safari-pinned-tab.svg" color="#A50045">
<meta name="theme-color" content="#A50045">
<title><?= $this->title; ?></title>
<?php $this->head() ?>
</head>
Expand Down

0 comments on commit ab4a47a

Please sign in to comment.