Move .post .post-content to a <div> to maybe fix weird validation issue. #1508.

This commit is contained in:
Parker Moore 2013-09-06 23:05:24 -04:00
parent bc0b541e77
commit e555910f45
1 changed files with 2 additions and 2 deletions

View File

@ -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>