From 4165f69a60417075b3b11c2fe263dba0f795fafe Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 18 Apr 2020 19:14:01 -0400 Subject: [PATCH] Fixed config.yaml's favicon pathing --- config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index bbf356e..238de03 100644 --- a/config.yaml +++ b/config.yaml @@ -8,7 +8,6 @@ copyright: "" # default: author.name googleAnalytics: "" # UA-XXXXXXXX-X preserveTaxonomyNames: true enableRobotsTXT: true -canonifyURLs: true buildDrafts: false @@ -46,7 +45,7 @@ menu: url: "/tags/" params: - favicon: "static/img/favicon.svg" + favicon: "/static/img/favicon.svg" since: "2017" logoImage: "/static/img/favicon.svg" logoTitle: "bdebyl"