mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Change the ToC hiding rule.
Adapt to bootstrap-toc plugins.
This commit is contained in:
@@ -7,10 +7,7 @@
|
||||
|
||||
$(function() {
|
||||
if ($("#post-wrap .post-content h1").length == 0
|
||||
&& $("#post-wrap .post-content h2").length == 0
|
||||
&& $("#post-wrap .post-content h3").length == 0
|
||||
&& $("#post-wrap .post-content h4").length == 0
|
||||
&& $("#post-wrap .post-content h5").length == 0) {
|
||||
&& $("#post-wrap .post-content h2").length == 0) {
|
||||
$("#toc-wrap").addClass("hidden");
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user