mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-02-13 02:00:50 +01:00
Fix invalid HTML caused by doubly-nested <p>
element.
This commit is contained in:
parent
b8721c353e
commit
8c70ecf005
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user