Skip to content

Commit

Permalink
fix(layouts): include favicon at layout template (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnnv committed Feb 8, 2024
1 parent fb9a649 commit a107ad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/views/layout.hbs
Expand Up @@ -22,6 +22,8 @@
{{/if}}
<link rel="stylesheet" href="{{ basePath }}/dashboard.css">
<script>hljs.initHighlightingOnLoad();</script>
<!-- Favicon -->
<link rel="shortcut icon" href="{{ basePath }}/favicon.ico" type="image/x-icon">

<link rel="stylesheet" href="{{ basePath }}{{ vendorPath }}/jsoneditor.min.css">
<link rel="stylesheet" href="{{ basePath }}{{ vendorPath }}/tablesort.css">
Expand Down

0 comments on commit a107ad9

Please sign in to comment.