1 Star 3 Fork 0

changbin1997 / MWordStar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
<?php
/**
* 这是一套简洁的博客主题 <a href="https://mwordstar.misterma.com/" target="_blank">点击查看使用说明</a>
*
* @package MWordStar
* @author Mr. Ma
* @version 开发板(暂无版本号)
* @link https://www.misterma.com
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$rounded = $this->options->rounded == 'rightAngle'?'rounded-0':''; // 获取元素风格设置
$GLOBALS['page'] = 'index';
$this->need('components/header.php'); // 头文件
?>
<div class="container home main-content">
<div class="row">
<div class="article-list col-md-12 col-lg-8 col-sm-12 content-area">
<?php $this->need('components/post-list.php'); ?>
<nav aria-label="分页导航区" class="pagination-nav">
<?php $this->pageNav('<i class="icon-chevron-left"></i>', '<i class="icon-chevron-right"></i>', 1, '...', array('wrapTag' => 'ul', 'wrapClass' => 'pagination justify-content-center', 'itemTag' => 'li', 'textTag' => 'a', 'currentClass' => 'active', 'prevClass' => 'prev', 'nextClass' => 'next')); ?>
</nav>
</div>
<?php $this->need('components/sidebar.php'); ?>
</div>
</div>
<?php $this->need('components/footer.php'); ?>
PHP
1
https://gitee.com/changbin1997/MWordStar.git
git@gitee.com:changbin1997/MWordStar.git
changbin1997
MWordStar
MWordStar
master

搜索帮助