serve favicon from relative path

This commit is contained in:
zadam
2019-12-03 19:31:58 +01:00
parent a1402c7c66
commit 4dc285d84f
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.ico">
<title>Trilium Notes</title>
</head>
<body class="desktop theme-<%= theme %>" style="--main-font-size: <%= mainFontSize %>%; --tree-font-size: <%= treeFontSize %>%; --detail-font-size: <%= detailFontSize %>%;">