fix some js bugs

This commit is contained in:
geekifan
2025-04-22 11:09:07 +08:00
parent 7b3255f7d4
commit b7f3f54f72
5 changed files with 12 additions and 10 deletions

View File

@ -80,7 +80,7 @@
<link rel="stylesheet" href="{{ $data.fontawesome.css | relURL }}">
<!-- 3rd-party Dependencies -->
{{ if and site.Params.toc .Params.toc }}
{{ if .Params.toc | default site.Params.toc }}
<link rel="stylesheet" href="{{ $data.toc.css | relURL }}">
{{ end }}