From cd077e41b5c9d15974f910a136a9d18c095a1b50 Mon Sep 17 00:00:00 2001
From: starsareintherose
Date: Wed, 29 Dec 2021 14:55:41 +0000
Subject: [PATCH] fix the warnning
---
layouts/partials/article_first.html | 2 +-
layouts/partials/article_footer.html | 2 +-
layouts/partials/head.html | 113 +++++++++++++--------------
layouts/partials/profile.html | 2 +-
4 files changed, 59 insertions(+), 60 deletions(-)
diff --git a/layouts/partials/article_first.html b/layouts/partials/article_first.html
index 0935f2c..b776e1e 100644
--- a/layouts/partials/article_first.html
+++ b/layouts/partials/article_first.html
@@ -8,4 +8,4 @@
-
+
diff --git a/layouts/partials/article_footer.html b/layouts/partials/article_footer.html
index e8a8026..c8b7d16 100644
--- a/layouts/partials/article_footer.html
+++ b/layouts/partials/article_footer.html
@@ -5,7 +5,7 @@
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 56dd05f..e655e28 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,65 +1,64 @@
-
-
- {{ .Title }}
- {{ .Hugo.Generator }}
-
-
- {{ with .Site.Params.author }}{{ end }}
- {{ with .Site.Params.site_description }}{{ end }}
- {{ if .RSSLink }}
-
-
- {{ end }}
-
-
-
-
-
-
-
-
-
-
- {{ template "_internal/opengraph.html" . }}
- {{ template "_internal/google_news.html" . }}
- {{ template "_internal/schema.html" . }}
- {{ template "_internal/twitter_cards.html" . }}
-
-
-
-
-
-
+
+
+ {{ .Title }}
+ {{ hugo.Generator }}
+
+
+ {{ with .Site.Params.author }}{{ end }}
+ {{ with .Site.Params.site_description }}{{ end }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ template "_internal/opengraph.html" . }}
+ {{ template "_internal/google_news.html" . }}
+ {{ template "_internal/schema.html" . }}
+ {{ template "_internal/twitter_cards.html" . }}
+
+
+
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
-
-
-
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
index 647efad..a6bc495 100644
--- a/layouts/partials/profile.html
+++ b/layouts/partials/profile.html
@@ -27,7 +27,7 @@