This commit is contained in:
杜恒
2021-06-17 09:52:58 +08:00
parent 98d570bf8b
commit 4d2d4a49c7
10 changed files with 1678 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
<header class="joe_header">
<header class="joe_header <?php echo $this->is('post') ? 'current' : '' ?>">
<div class="joe_header__above">
<div class="joe_container">
@@ -160,6 +160,9 @@
<div class="joe_header__below">
<div class="joe_container">
<?php if ($this->is('post')) : ?>
<div class="joe_header__below-title"><?php $this->title() ?></div>
<?php endif; ?>
<nav class="joe_header__below-class">
<?php $this->widget('Widget_Metas_Category_List')->to($category); ?>
<?php while ($category->next()) : ?>
@@ -402,4 +405,4 @@
</div>
<div class="joe_header__mask"></div>
</header>
</header>

View File

@@ -18,7 +18,7 @@
<?php endif; ?>
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.mode.min.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.min.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.min.css?v=20210616'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.min.css?v=7.2.8'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.min.css'); ?>">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/typecho-joe-next@6.0.0/plugin/qmsg/qmsg.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
@@ -40,6 +40,6 @@
<?php if ($this->options->JCursorEffects && $this->options->JCursorEffects !== 'off') : ?>
<script src="<?php $this->options->themeUrl('assets/cursor/' . $this->options->JCursorEffects); ?>" async></script>
<?php endif; ?>
<script src="<?php $this->options->themeUrl('assets/js/joe.global.min.js?v=20210616'); ?>"></script>
<script src="<?php $this->options->themeUrl('assets/js/joe.global.min.js?v=7.2.8'); ?>"></script>
<script src="<?php $this->options->themeUrl('assets/js/joe.short.min.js'); ?>"></script>
<?php $this->options->JCustomHeadEnd() ?>