We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9a649 commit a107ad9Copy full SHA for a107ad9
src/server/views/layout.hbs
@@ -22,6 +22,8 @@
22
{{/if}}
23
<link rel="stylesheet" href="{{ basePath }}/dashboard.css">
24
<script>hljs.initHighlightingOnLoad();</script>
25
+ <!-- Favicon -->
26
+ <link rel="shortcut icon" href="{{ basePath }}/favicon.ico" type="image/x-icon">
27
28
<link rel="stylesheet" href="{{ basePath }}{{ vendorPath }}/jsoneditor.min.css">
29
<link rel="stylesheet" href="{{ basePath }}{{ vendorPath }}/tablesort.css">
0 commit comments