From 1013d07f1cff567197b8919448901a1671b3b5cb Mon Sep 17 00:00:00 2001 From: vrifox Date: Wed, 17 May 2023 14:53:31 +0200 Subject: [PATCH] fix DOCTYPE --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 35f53f3..1241061 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,4 +1,4 @@ - + {{ with .Title }} {{ . }} – {{ end }}{{ .Site.Title }}