diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html index a7e62ef..28c7dec 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -26,8 +26,7 @@ <div class="px-4"> <h3 class="text-2xl baskerville my-1 pb-2 font-bold">{{ .Title }}</h3> <div class=""> - <!-- {{ .Summary }} --> - {{ .Summary | replaceRE `<sup.*?><a href.*?#fn:.*?footnote-ref.*?/a></sup>` "" | safeHTML }} + {{ .Summary | replaceRE `<sup.*?><a href.*?#fn:.*?footnote-ref.*?/a></sup>` "" | plainify }} </div> </div> </div> |