From a7f9fd49a0d6894df9d456452def635507ef2ce0 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sun, 25 Aug 2019 00:23:19 +0800 Subject: [PATCH] fix: fix toc css bug --- layouts/posts/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 7a96d18..fe76de3 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -84,7 +84,7 @@ {{ $REout = `<$1>` }} {{ $content = replaceRE $REin $REout $content }} {{ $REin = `<(li) (id="fn:.+?")>` }} - {{ $REout = `<$1>` }} + {{ $REout = `<$1>` }} {{ $content = replaceRE $REin $REout $content }} {{ $content | safeHTML }}