From 55e747e5f1f4e6fbb9ad897f5c4115bb259c9e37 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 26 Aug 2022 17:00:26 +0800 Subject: [PATCH] :bug: Fix: the itemprop attribute was specified, but the element is not a property of any item --- layouts/_default/baseof.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fb1da235..69733b53 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,7 @@ {{- partial "init/index.html" . -}} - +
{{ if (eq .Kind "home") | and (ne .Site.Params.disableThemeInject true) }} @@ -9,9 +9,7 @@ -