mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-26 00:36:49 +01:00
fix: fix toc css bug
This commit is contained in:
parent
1dc227f304
commit
36a9b75468
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
<div class="post-toc-mobile" id="post-toc-mobile">
|
||||
<details>
|
||||
<summary><div class="post-toc-title">{{ T "toc" }}<i class="details icon fas fa-angle-down"></i></div></summary>
|
||||
<summary><div class="post-toc-title"><span>{{ T "toc" }}</span><span><i class="details icon fas fa-angle-down"></i></span></div></summary>
|
||||
<div class="post-toc-content">
|
||||
{{ $toc := .TableOfContents }}
|
||||
{{ $toc = replaceRE `id="TableOfContents"` `id="TableOfContentsMobile"` $toc }}
|
||||
|
|
Loading…
Reference in a new issue