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>