diff options
-rw-r--r-- | layouts/partials/post.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 56ca457..99aa825 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -10,7 +10,8 @@ </div> {{ end }} <div class="f5 lh-copy near-black"> - {{ .Summary }} + <!-- {{ .Summary }} --> + {{ .Summary | replaceRE `<sup.*?><a href.*?#fn:.*?footnote-ref.*?/a></sup>` "" | safeHTML }} </div> </div> </a> |