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 el = document.querySelector('body');
var className = false ? "blog-detail" : "blog-index";
if (el.classList) { el.classList.add(className); }
else { el.className += " " + className; }
Tag: 4th of July
Are you ready to experience an All-American 4th of July? We've rounded up some of the amazing communities that are putting on a show on the holiday weekend! Fireworks aren't your thing? No problem! From air shows to made-from-scratch eats to carnivals and concerts, there's more to see than the…
Read More