refactor: remove extra p-tags from section.post-content
fixes https://github.com/janraasch/hugo-scroll/issues/7
This commit is contained in:
parent
f483bbaea4
commit
9a7774bc4b
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue