mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Fix invalid HTML caused by doubly-nested <p>
element.
This commit is contained in:
parent
b8721c353e
commit
8c70ecf005
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue