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

fixes https://github.com/janraasch/hugo-scroll/issues/7
test-prettier-go-template
Jan Raasch 2020-09-07 17:46:18 +07:00
parent f483bbaea4
commit 9a7774bc4b
1 changed files with 1 additions and 1 deletions

@ -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>