This commit is contained in:
haoouba
2021-02-04 20:30:07 +08:00
parent 1586b5473e
commit 0cb2558364
4 changed files with 8 additions and 3 deletions

View File

@@ -4,6 +4,8 @@
<head>
<?php $this->need('public/include.php'); ?>
<!-- 独立页面需要用到CSS及JS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-tomorrow.css">
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/prism/prism.js"></script>
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.post.css'); ?>">
<script src="<?php $this->options->themeUrl('assets/js/joe.post&page.js'); ?>"></script>
</head>