From 6e5cf19af532234e59e25ddab989185604823d68 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 24 May 2021 14:03:30 +0200 Subject: [PATCH] fix: improve title and decription handling on error page --- layouts/404.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/404.html b/layouts/404.html index 743857a..7a269c3 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -3,7 +3,8 @@ {{ partial "head/meta" . }} - {{ if not (eq .Kind "home") }}{{ partial "title" . }} | {{ end }}{{ .Site.Title }} + {{ partial "head/meta" . }} + Lost? Don't worry {{ partial "head/favicons" . }} {{ partial "head/others" . }}