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
LynnLee Schmidt, Tanganyika Wildlife Park
Want to feed a giraffe or watch a rhino wallow in the mud? If you are planning a trip to and looking for the best zoo, look no further! This blog post will discuss how people choose the best zoo for their journey, what makes a zoo the best, and our top picks for the best zoo in the US. From…
Read More