This commit is contained in:
浪子 2024-07-01 10:34:53 +08:00
parent b97cf31d2e
commit 5ab2179898
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@
<link rel="icon" href="<?php $this->options->icoUrl() ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>">
<script src="<?php $this->options->themeUrl('script.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('tocbot.min.js'); ?>"></script>
<?php $this->header("generator=&template=&pingback=&wlw=&xmlrpc=&rss1=&atom=&rss2=/feed"); ?>
<?php $this->options->addhead(); ?>
<?php $this->header(); ?>

View File

@ -1,4 +1,5 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<script src="<?php $this->options->themeUrl('tocbot.min.js'); ?>"></script>
<div class="post-toc">
<div class="tocbot-list">
</div>