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; }
How Amelia Earhart’s Kansas Childhood Shaped a World-Famous Pilot You’ve likely read the name Amelia Earhart in your history books. She was the first woman to fly solo across the Atlantic Ocean. She…
Read More
Famous statues, folklore heroes, and record-breaking attractions Kansas is home to some truly larger-than-life sights. Across the state, towering statues and legendary figures rise from prairies…
Read More