Closed peterdesmet closed 1 year ago
A stray </div>
in one of the _layouts would also explain why the blog posts are not displayed in rows at https://echinopscis.github.io/blog/
This was an issue with petridish. When the page/post description
contained a div, it rendered incorrectly as a card (https://github.com/peterdesmet/petridish/issues/57).
This is now fixed in petridish and will be part of an upcoming v2.1.
I'm leaving this issue open for you, as a reminder to migrate to petridish@v2.1 once it is ready:
Hi @nickynicolson, I'm trying to figure out why the blog posts on the home page are squeezed and whether that is an issue with petridish
It looks like the HTML is:
While it should be:
It almost looks like a
</div>
is not closed properly in one of the posts.