Skip to content

Commit c23d559

Browse files
authored
add new favicons (#305)
1 parent 85bbe98 commit c23d559

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

app/Views/layouts/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<link rel="apple-touch-icon" sizes="180x180" href="<?= base_url('/favicons/apple-touch-icon.png') ?>">
1010
<link rel="icon" type="image/png" sizes="32x32" href="<?= base_url('/favicons/favicon-32x32.png') ?>">
1111
<link rel="icon" type="image/png" sizes="16x16" href="<?= base_url('/favicons/favicon-16x16.png') ?>">
12+
<link rel="icon" type="image/svg+xml" href="<?= base_url('/favicons/favicon.svg') ?>">
13+
<link rel="icon" type="image/png" href="<?= base_url('/favicons/favicon.png') ?>">
1214
<link rel="shortcut icon" type="image/x-icon" href="<?= base_url('/favicon.ico') ?>"/>
1315
<link rel="manifest" href="<?= base_url('/favicons/site.webmanifest') ?>">
1416
<link rel="mask-icon" href="<?= base_url('/favicons/safari-pinned-tab.svg') ?>" color="#ffffff">

app/Views/layouts/two_column.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<link rel="apple-touch-icon" sizes="180x180" href="<?= base_url('/favicons/apple-touch-icon.png') ?>">
1010
<link rel="icon" type="image/png" sizes="32x32" href="<?= base_url('/favicons/favicon-32x32.png') ?>">
1111
<link rel="icon" type="image/png" sizes="16x16" href="<?= base_url('/favicons/favicon-16x16.png') ?>">
12+
<link rel="icon" type="image/svg+xml" href="<?= base_url('/favicons/favicon.svg') ?>">
13+
<link rel="icon" type="image/png" href="<?= base_url('/favicons/favicon.png') ?>">
1214
<link rel="shortcut icon" type="image/x-icon" href="<?= base_url('/favicon.ico') ?>"/>
1315
<link rel="manifest" href="<?= base_url('/favicons/site.webmanifest') ?>">
1416
<link rel="mask-icon" href="<?= base_url('/favicons/safari-pinned-tab.svg') ?>" color="#ffffff">

public/favicons/favicon.png

1.4 KB
Loading

public/favicons/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)