Fix favicon path

This commit is contained in:
Alex Hunt 2018-11-27 23:03:02 -08:00
parent 1613101594
commit 34de78e91f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<head>
<title>Joyce - Reader</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/static/image/icon.png">
<link rel="icon" type="image/png" href="/static/icon.png">
<script>const assets = {{ assets|tojson }}</script>
</head>
<body>