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
Kyle Arnold
Hi, I'm Kyle. I help outdoor and adventure travel businesses gain more of their ideal customers through online traffic and sales with quality content marketing. I am a storyteller at heart, and my goal is to write in such a way that connects and moves people to get outdoors and explore.
I came to visit friends, stayed for the sunsets, and am coming back for the experiences. When I first made my way to Kansas, I was coming from Montana (Big Sky Country). And no offense to Montana, but there isn’t a bigger sky to behold than that of the Kansas plains. We went straight to Garden…
Read More