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: Chautaqua Hills
PEAK FALL FOLIAGE IN KANSAS Kansas' fall foliage is usually most visible just before and after Halloween in late October and early November. The northern half of the state will begin to see leaves change in early to mid-October (October 10-17), while the trees located in the southern half will start…
Read More
The warm days of spring are months away, but some of Kansas’ prettiest flowers have been blooming…
Read More