I have a kinnda weird issue. On the homepage (https://seekthelordca.org/) everything (assets) load properly (picture 1). Then if I clink on an other link of the navbar ('periodicals') and then click on 'Home' to go back to the homepage the assets (css) doesn't load properly (picture 2). I have 2 template layout; 1 for the homepage and 1 for the rest.
I'm calling my stylesheets like this:
<%= stylesheet_link_tag 'bootstrap_3_2.css', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css', 'style.min.css','responsive.min.css','demo.css', media: 'all'%>
But what's seems weird is when I view the source of the homepage and click on every css link everything loads.