1 Star 0 Fork 0

ChasingWorld/Typecho响应式主题-Hymer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
程序员墨鱼 提交于 2020-11-27 14:17 . 'v1.0'
<?php
/**
* 追梦人
*
* @package Hymer
* @author Max
* @version 1.0
* @link https://lmissy.cn
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
?>
<!doctype html>
<html lang="zh-CN">
<head>
<?php $this->need('layout/header.php'); ?>
</head>
<body class="user-select">
<!-- 导航条 -->
<?php $this->need('layout/nav.php'); ?>
<section class="container">
<div class="content-wrap">
<div class="content">
<!-- 轮播图 -->
<?php $this->need('layout/swipe.php'); ?>
<!-- 广告 -->
<?php $this->need('post/recommend-post.php'); ?>
<!-- 页面标题 -->
<?php $this->need('page/title.php'); ?>
<!-- 文章列表 -->
<?php $this->need('layout/list.php'); ?>
<!-- 分页 -->
<?php $this->need('layout/pagination.php'); ?>
</div>
</div>
<!-- 侧边栏 -->
<?php $this->need('sidebar/index.php'); ?>
</section>
<?php $this->need('layout/footer.php'); ?>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chasingworld/typecho-theme-hymer.git
git@gitee.com:chasingworld/typecho-theme-hymer.git
chasingworld
typecho-theme-hymer
Typecho响应式主题-Hymer
master

搜索帮助