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>
|
<h2 class="post-title">{{ .Title }}</h2>
|
||||||
</header>
|
</header>
|
||||||
<section class="post-content">
|
<section class="post-content">
|
||||||
<p>{{ .Content }}</p>
|
{{ .Content }}
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
<div class='post-after'></div>
|
<div class='post-after'></div>
|
||||||
|
|
Loading…
Reference in a new issue