The European Association Summit has celebrated its 10th edition and aimed at education, professional development, networking, and destination discovery. Learn more on how carries as a perfect ground for fruitful projects and connections. .
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 className = true ? "blog-detail" : "blog-index";
document.querySelector('body').classList.add(className);