Fixed config.yaml's favicon pathing
This commit is contained in:
@@ -8,7 +8,6 @@ copyright: "" # default: author.name
|
|||||||
googleAnalytics: "" # UA-XXXXXXXX-X
|
googleAnalytics: "" # UA-XXXXXXXX-X
|
||||||
preserveTaxonomyNames: true
|
preserveTaxonomyNames: true
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
canonifyURLs: true
|
|
||||||
buildDrafts: false
|
buildDrafts: false
|
||||||
|
|
||||||
|
|
||||||
@@ -46,7 +45,7 @@ menu:
|
|||||||
url: "/tags/"
|
url: "/tags/"
|
||||||
|
|
||||||
params:
|
params:
|
||||||
favicon: "static/img/favicon.svg"
|
favicon: "/static/img/favicon.svg"
|
||||||
since: "2017"
|
since: "2017"
|
||||||
logoImage: "/static/img/favicon.svg"
|
logoImage: "/static/img/favicon.svg"
|
||||||
logoTitle: "bdebyl"
|
logoTitle: "bdebyl"
|
||||||
|
|||||||
Reference in New Issue
Block a user