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: Auto Museums
The Garage - Salina, Kansas I was able to check out Salina’s newest attraction, The Garage, during their ribbon-cutting ceremony. This museum is AWESOME! I am telling you this from a non-car enthusiast’s background (when I say non, I’m talking I was once sent to the car parts store looking for…
Read More