From a2fa7cd8cc23323737c51ab5b6ed9d0f91e113dc Mon Sep 17 00:00:00 2001 From: MARC Matthieu Date: Thu, 10 Dec 2020 23:08:15 +0100 Subject: add favicon link When deploying Hugo on non-root url, favicon is not found. This code let user configure favicon path in config.toml [params] favicon = favicon.ico --- layouts/_default/baseof.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 35db6f1..70e4a77 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,6 +2,7 @@ {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} // {{ .Site.Title }}{{ end }} + {{ hugo.Generator }} -- cgit v1.2.3