halo-theme-hao/templates/modules/common/toc-bot.html
2024-04-12 14:35:37 +08:00

5 lines
227 B
HTML

<!-- Tocbot 目录生成 start -->
<th:bloc>
<script th:src="${assets_link + '/libs/tocbot/4.18.2/tocbot.min.js'}"></script>
<link th:href="${assets_link + '/libs/tocbot/4.18.2/tocbot.css'}" rel="stylesheet">
</th:bloc>