mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 16:58:01 -05:00
Move .post .post-content to a <div> to maybe fix weird validation issue. #1508.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{{ post.author }}
|
||||
</a>
|
||||
</div>
|
||||
<p class="post-content">
|
||||
<div class="post-content">
|
||||
{{ post.content }}
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user