Move .post .post-content to a <div> to maybe fix weird validation issue. #1508.
This commit is contained in:
parent
bc0b541e77
commit
e555910f45
|
@ -18,7 +18,7 @@
|
||||||
{{ post.author }}
|
{{ post.author }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p class="post-content">
|
<div class="post-content">
|
||||||
{{ post.content }}
|
{{ post.content }}
|
||||||
</p>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in New Issue