From 22bc8a2b534c3353b537f92e64a6b5be82a8eb84 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 26 Feb 2022 09:47:06 +0000
Subject: [PATCH] fix: w3c validator errors

---
 layouts/index.html |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index 82ece0a..5559944 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -58,7 +58,6 @@
       {{ end }}
       <div class="post__content">
         <h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
-        <p>
           {{ if .Site.Params.fullPostContent }}
             {{ .Content }}
 
@@ -68,7 +67,6 @@
 
 
           {{ end }}
-        </p>
         <!-- add read more -->
         {{- if and (.Truncated) (.Site.Params.readMore) -}}
           <a href="{{ .RelPermalink }}">{{ i18n "read_more" }}</a>

--
Gitblit v1.10.0