mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
fix #130: favicon works now with baseURL
This commit is contained in:
parent
335d574d80
commit
59c4cbf186
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
baseURL = "/"
|
||||
baseURL = "localhost:1313/test"
|
||||
languageCode = "en-US"
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
|
|
|
@ -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" />
|
Loading…
Reference in a new issue