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: Teter Rock
The classical elements of the universe power these adventures. Many of the spots have something else in common: the element of surprise. Flames can be destructive, but at these experiences, they’re a positive force, helping people celebrate, commemorate, create and contemplate. COLUMBUS Hot Air…
Read More
My first experience with Teter Rock came on July 7th, 2012. I was visiting some friends who were…
Read More