CultivateLabs / storytime

Storytime is a Rails 4+ CMS and blogging engine, with a core focus on content. It is built and maintained by @cultivatelabs
MIT License
752 stars 81 forks source link

Blog view displays inconsistently #186

Open bengolden opened 9 years ago

bengolden commented 9 years ago

https://www.cultivatelabs.com/blog is displaying fairly differently at different times, sometimes loading blog post images and sometimes not (also some formatting differences). For the most part, images load when I click the BLOG link on the site, but usually don't when I enter the url.

Screenshots: 1)

screen shot 2015-09-14 at 11 38 11 am

2)

screen shot 2015-09-14 at 11 38 20 am

Html snippets:

1)

<div class="post-list post-padding">
  <div id="blog_post_75" class="blog-post">

2)

<div class="post-list post-padding">
  <div class="blog_post-list">

My guess is there are two different partials been loaded in different cases, but I'm not sure why. The url is the same in both cases.