Fix invalid HTML caused by doubly-nested `<p>` element.

This commit is contained in:
Meitar M 2020-01-31 13:27:27 -05:00
parent b8721c353e
commit 8c70ecf005
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<h1>{{ page.title }}</h1>
</header>
{% if page.image %}<span class="image main"><img src="{{ site.baseurl }}/{{ page.image }}" alt="" /></span>{% endif %}
<p>{{ content }}</p>
{{ content }}
</div>
</section>
@ -33,4 +33,4 @@
</body>
</html>
</html>