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; }
Category: America 250
Below is your guide to celebrating America’s 250th birthday in Kansas—all year long. Explore a statewide lineup of events and festivals designed to match every interest. For those who love history, you'll have the opportunity to step into the past through thought-provoking lectures, special exhibits…
Read More