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; }
Author
Hilary Kass
Although Hilary was born and raised on the West Coast, she fell deeply in love with Kansas and has made it her home for close to 40 years. Traveling back roads to visit prairies and agricultural markets is a favorite activity. Coordinating this unique annual tour is her best job yet.
Fall is a great time to get out into the country and see new things, visit new places, and feel the change of the season. And the Kaw Valley Farm Tour is a truly unique way to do just that. For 21 years, on the first full weekend in October, people pack up their cars with friends and family, and…
Read More