to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var className = false ? "blog-detail" : "blog-index";
document.querySelector('body').classList.add(className);
Author
James Lancaster, Editor at AMI Magazine
Sometimes the best theories are just that: theories. No matter how much you pummel and shape them, they refuse to comply with reality. Sometimes this creates a kind of cognitive dissonance in those…
Read More