This commit is contained in:
杜恒
2021-01-23 18:30:17 +08:00
parent 6c6f8fc001
commit 794170e8ca
12 changed files with 199 additions and 24 deletions

View File

@@ -30,8 +30,12 @@
</div>
<div class="joe_container">
<div class="joe_main">
<div class="joe_main joe_post">
<?php $this->need('public/article.php'); ?>
<ul class="joe_post__page">
<?php $this->theNext('<li class="joe_post__page-item">%s</li>', '', ['title' => '上一篇']); ?>
<?php $this->thePrev('<li class="joe_post__page-item">%s</li>', '', ['title' => '下一篇']); ?>
</ul>
</div>
<?php $this->need('public/aside.php'); ?>
</div>