Skip to content

Commit

Permalink
Add meta theme-color
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 8, 2024
1 parent e75df16 commit 46ccb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Views/_layouts/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?= isset($description)
? esc($description)
: 'Website built with Aplus Framework' ?>">
? esc($description) : 'Website built with Aplus Framework' ?>">
<meta name="theme-color" content="#000">
<title><?= isset($title) ? esc($title) : 'Aplus Framework' ?></title>
<link rel="shortcut icon" href="/favicon.ico">
<style>
Expand Down

0 comments on commit 46ccb7a

Please sign in to comment.