1 Star 5 Fork 2

sking/hiaiBlog
暂停

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
page_no_sidebar.php 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
sking 提交于 2020-02-05 17:35 +08:00 . HIAIV1.5
<?php
/**
* 宽版页面
*
* @package custom
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="container container-no-sidebar">
<div class="content">
<header class="article-header">
<h1 class="article-title"><a href="<?php $this->permalink(); ?>"><?php $this->title() ?></a></h1>
</header>
<article class="article-content">
<?php parseContent($this); ?>
</article>
</div>
</div>
<?php $this->need('footer.php'); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hkq15/hiaiBlog.git
git@gitee.com:hkq15/hiaiBlog.git
hkq15
hiaiBlog
hiaiBlog
master

搜索帮助