No p element in scope but a p end tag seen.
This commit is contained in:
parent
8b325753b3
commit
1c173684ea
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user