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; }
Exploring some of Kansas' less-traveled hiking trails For years, I have enjoyed hiking the Kansas outdoors. After being asked to create a selection of some of the state’s lesser-known hiking trail…
Read More
Photography by Jonathan Adams Lehigh Portland Trails Running alongside water and prairie vistas, wildlife, native grass, and wildflowers, the Lehigh Portland Trails provide a free and travel-worthy…
Read More
Photography by Cody Tracy Big Basin Prairie Preserve If you’ve been here, you know. If you haven’t, make it a priority. With sweeping grasslands and endless skies, Big Basin Prairie Preserve is…
Read More