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: 2026
Get ready to catch the final few matches as the world's biggest sporting event comes to an end on July 19th. Soccer fans throughout Âé¶¹´«Ã½¹ÙÍø can still enjoy the final and third-place games at various watch parties. Sporting KC's very own Sporting Park is easily the largest venue to catch the last few…
Read More