cleveland
function toggleCommentArea(el, selector) {
const wrapper = document.getElementById(selector);
const buttonText = wrapper.classList.contains('nv-comments-hidden') ?
"Hide comments" :
"Show comments";
wrapper.classList.toggle('nv-comments-hidden');
el.textContent = buttonText;
}
Trentina
Since moving to Cleveland one thing I’ve discovered is that it has one of the most incredible culinary scenes that can match, and in some… Read itTrentina
Kilt Man, Cleveland Half Marathon Recap
So this past Sunday, May 18th I ran the Cleveland Half Marathon on one of the most perfect days in some time here in northeast… Read itKilt Man, Cleveland Half Marathon Recap