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: Luxury
Looking for a taste of luxury? We say "TREAT YO SELF!" But if you've got a desire for luxe with a budget in mind, we've got some ideas for you, too. Let's take a look into some of our favorite luxe Kansas destinations, from hotels and B&Bs to dining and more. Luxury Hotels in Kansas Ambassador…
Read More