mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-01-06 02:45:31 +01:00
fix: fix toc css bug
This commit is contained in:
parent
9d2e810b44
commit
a7f9fd49a0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
{{ $REout = `<a class="post-dummy-target" $2></a><$1>` }}
|
||||
{{ $content = replaceRE $REin $REout $content }}
|
||||
{{ $REin = `<(li) (id="fn:.+?")>` }}
|
||||
{{ $REout = `<a class="post-dummy-target" $2></a><$1>` }}
|
||||
{{ $REout = `<$1><a class="post-dummy-target" $2></a>` }}
|
||||
{{ $content = replaceRE $REin $REout $content }}
|
||||
{{ $content | safeHTML }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue