Skip to content

Commit a107ad9

Browse files
authored
fix(layouts): include favicon at layout template (#668)
1 parent fb9a649 commit a107ad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/views/layout.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
{{/if}}
2323
<link rel="stylesheet" href="{{ basePath }}/dashboard.css">
2424
<script>hljs.initHighlightingOnLoad();</script>
25+
<!-- Favicon -->
26+
<link rel="shortcut icon" href="{{ basePath }}/favicon.ico" type="image/x-icon">
2527

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

0 commit comments

Comments
 (0)