1101 17th St, Bridgeport, TX, 76426
tag) with Author, Byline, and Date * @param {Object} article * @param {Object} instance * @returns {Element} Anchor Tag DOM Element () */ const generateAuthorBylineDateElement = (article, instance) => { const outputElement = document.createElement('p'); outputElement.classList.add('small'); const spacer = ' | '; if (instance.oht_article_author) { const authorEl = document.createElement('span'); authorEl.textContent = article._embedded.author[0].name; outputElement.append(authorEl); if (instance.