No p element in scope but a p end tag seen.

This commit is contained in:
Keno Hassler 2021-12-14 14:43:11 +01:00
parent 8b325753b3
commit 1c173684ea
No known key found for this signature in database
GPG Key ID: F8C9E9DE9CBF74E1

View File

@ -4,7 +4,7 @@
<h1>{{ .Title | markdownify }}</h1>
</header>
<section class="entry-content">
<p>{{ .Content | markdownify }}</p>
{{ .Content | $.RenderString (dict "display" "block") }}
</section>
<footer class="entry-footer">
{{ partial "social_icons.html" $.Site.Params.socialIcons }}