diff --git a/assets/pug/Mixins/Permalink/Content.pug b/assets/pug/Mixins/Permalink/Content.pug index f4bae00..3f923fa 100644 --- a/assets/pug/Mixins/Permalink/Content.pug +++ b/assets/pug/Mixins/Permalink/Content.pug @@ -203,7 +203,7 @@ script(once='alpine-article-component'). const $anchor = document.createElement('a') $anchor.setAttribute('href', link) - $anchor.textContent = $heading.textContent + $anchor.innerHTML = $heading.innerHTML return $anchor },