fix #130: favicon works now with baseURL

This commit is contained in:
matcornic 2018-02-20 19:47:55 +01:00
parent 335d574d80
commit 59c4cbf186
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
baseURL = "/"
baseURL = "localhost:1313/test"
languageCode = "en-US"
defaultContentLanguage = "en"

View file

@ -1,2 +1,2 @@
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
<link rel="icon" href="/images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="{{"images/favicon.png" | relURL}}" type="image/x-icon" />
<link rel="icon" href="{{"images/favicon.png" | relURL}}" type="image/x-icon" />