refactor: remove extra p-tags from section.post-content

fixes https://github.com/janraasch/hugo-scroll/issues/7
This commit is contained in:
Jan Raasch 2020-09-07 17:46:18 +02:00
parent f483bbaea4
commit 9a7774bc4b

View file

@ -27,7 +27,7 @@
<h2 class="post-title">{{ .Title }}</h2>
</header>
<section class="post-content">
<p>{{ .Content }}</p>
{{ .Content }}
</section>
</article>
<div class='post-after'></div>