From 711e8cd70f3d9f6ff0c0e4e3cec33cebd4099c02 Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Wed, 21 Jul 2021 16:02:37 +0000
Subject: [PATCH] style: prettier format all files
---
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 f4778d5..a9fe761 100644
--- a/layouts/partials/schema.html
+++ b/layouts/partials/schema.html
@@ -26,6 +26,7 @@
"description": "{{ if .Description }}
{{ .Description | safeJS }}
+
{{ else }}
{{ if .IsPage }}
{{ .Summary }}
@@ -33,6 +34,7 @@
{{ end }}
+
{{ end }}",
"inLanguage": {{ .Site.LanguageCode | default "en-us" }},
"isFamilyFriendly": "true",
--
Gitblit v1.10.0