From 0a105872f6518923d40a9e6602ad01d2169e122d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 27 Apr 2024 15:00:08 +0200 Subject: [PATCH] schema: remove HTML validation warnings #844 --- layouts/404.html | 2 +- layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 325045c7b1..ef40405555 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,7 +1,7 @@ {{- partialCached "page-meta.hugo" . .RelPermalink }} {{- $outputFormat := partial "output-format.hugo" . }} - + {{- partial "meta.html" . }} {{- $title := partial "pageHelper/title.hugo" (dict "page" . "fullyQualified" true "reverse" true) }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 06aee77b84..84e1108ebe 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -14,7 +14,7 @@ {{- if .Site.Params.description }} {{- warnf "UNSUPPORTED usage of 'params.description' config parameter found, move it to the frontmatter of your home page; see https://mcshelby.github.io/hugo-theme-relearn/basics/migration#600" }} {{- end }} - + {{- partial "meta.html" . }} {{- $page := . }}