From 1068f41b38797fa86d7e56f90fbf24445c1c9c63 Mon Sep 17 00:00:00 2001
From: Cell <1024@lruihao.cn>
Date: Tue, 18 Jan 2022 13:06:39 +0800
Subject: [PATCH] :bug: Fix(SEO): meta discripton and keywords content empty
---
layouts/partials/head/meta.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html
index 5c79efd3..3d3b7525 100644
--- a/layouts/partials/head/meta.html
+++ b/layouts/partials/head/meta.html
@@ -1,8 +1,8 @@
{{- $params := .Scratch.Get "params" -}}
-
-
+
+
{{- template "_internal/schema.html" . -}}
{{- template "_internal/opengraph.html" . -}}