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: Zipling
If you love spending time exploring nature, look no further than Clinton State Park. Just a couple miles outside of Lawrence, the park has anything and everything you might want to do. You’ll find an 11-hole disc golf course, 25 miles of hiking and biking trails, including a five-mile cross-country…
Read More
I have a question for you. If you had any superpower what would it be? Something practical like…
Read More