From e59100b6e4460abecc3f5ed743e72e126f76c167 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Wed, 21 Jul 2021 16:14:02 +0000
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
layouts/partials/schema.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html
index 2e8ac42..6696200 100644
--- a/layouts/partials/schema.html
+++ b/layouts/partials/schema.html
@@ -25,6 +25,7 @@
"description": "{{ if .Description }}
{{ .Description | safeJS }}
+
{{ else }}
{{ if .IsPage }}
{{ .Summary }}
@@ -32,6 +33,7 @@
{{ end }}
+
{{ end }}",
"inLanguage": {{ .Site.LanguageCode | default "en-us" }},
"isFamilyFriendly": "true",
--
Gitblit v1.10.0