Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Nov 17, 2024
1 parent 51a1437 commit aad10c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/templates/layouts/site.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title><?= $page->title() ?> | <?= $site->title() ?></title>
<?= $this->insert('_meta') ?>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚧</text></svg>">
<link rel="stylesheet" type="text/css" href="<?= $this->assets()->uri('css/style.min.css') ?>">
<script src="<?= $this->assets()->uri('js/script.min.js') ?>"></script>
</head>
Expand All @@ -20,4 +21,4 @@
</footer>
</body>

</html>
</html>

0 comments on commit aad10c2

Please sign in to comment.