Skip to content

Commit 46ccb7a

Browse files
committed
Add meta theme-color
1 parent e75df16 commit 46ccb7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Views/_layouts/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<meta charset="utf-8">
1313
<meta name="viewport" content="width=device-width, initial-scale=1">
1414
<meta name="description" content="<?= isset($description)
15-
? esc($description)
16-
: 'Website built with Aplus Framework' ?>">
15+
? esc($description) : 'Website built with Aplus Framework' ?>">
16+
<meta name="theme-color" content="#000">
1717
<title><?= isset($title) ? esc($title) : 'Aplus Framework' ?></title>
1818
<link rel="shortcut icon" href="/favicon.ico">
1919
<style>

0 commit comments

Comments
 (0)