Skip to content

Commit

Permalink
add new favicons (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Aug 3, 2022
1 parent 85bbe98 commit c23d559
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Views/layouts/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link rel="apple-touch-icon" sizes="180x180" href="<?= base_url('/favicons/apple-touch-icon.png') ?>">
<link rel="icon" type="image/png" sizes="32x32" href="<?= base_url('/favicons/favicon-32x32.png') ?>">
<link rel="icon" type="image/png" sizes="16x16" href="<?= base_url('/favicons/favicon-16x16.png') ?>">
<link rel="icon" type="image/svg+xml" href="<?= base_url('/favicons/favicon.svg') ?>">
<link rel="icon" type="image/png" href="<?= base_url('/favicons/favicon.png') ?>">
<link rel="shortcut icon" type="image/x-icon" href="<?= base_url('/favicon.ico') ?>"/>
<link rel="manifest" href="<?= base_url('/favicons/site.webmanifest') ?>">
<link rel="mask-icon" href="<?= base_url('/favicons/safari-pinned-tab.svg') ?>" color="#ffffff">
Expand Down
2 changes: 2 additions & 0 deletions app/Views/layouts/two_column.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link rel="apple-touch-icon" sizes="180x180" href="<?= base_url('/favicons/apple-touch-icon.png') ?>">
<link rel="icon" type="image/png" sizes="32x32" href="<?= base_url('/favicons/favicon-32x32.png') ?>">
<link rel="icon" type="image/png" sizes="16x16" href="<?= base_url('/favicons/favicon-16x16.png') ?>">
<link rel="icon" type="image/svg+xml" href="<?= base_url('/favicons/favicon.svg') ?>">
<link rel="icon" type="image/png" href="<?= base_url('/favicons/favicon.png') ?>">
<link rel="shortcut icon" type="image/x-icon" href="<?= base_url('/favicon.ico') ?>"/>
<link rel="manifest" href="<?= base_url('/favicons/site.webmanifest') ?>">
<link rel="mask-icon" href="<?= base_url('/favicons/safari-pinned-tab.svg') ?>" color="#ffffff">
Expand Down
Binary file added public/favicons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/favicons/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c23d559

Please sign in to comment.