function htmlToElement(a){const b=document.createElement('template');return a=a.trim(),b.innerHTML=a,b.content.firstChild}function initPopover(a){const b=a.replace(window.location.origin,"");document.addEventListener("DOMContentLoaded",()=>{fetchData.then(({content:a})=>{const c=[...document.getElementsByClassName("internal-link")];c.forEach(c=>{const d=a[c.dataset.src.replace(b,"")];if(d){const b=`

${d.title}

${removeMarkdown(d.content).split(" ",20).join(" ")}...

${new Date(d.lastmodified).toLocaleDateString()}

`,a=htmlToElement(b);c.appendChild(a),c.addEventListener("mouseover",()=>{a.classList.add("visible")}),c.addEventListener("mouseout",()=>{a.classList.remove("visible")})}})})})}