1 Star 2 Fork 0

imvn/Jasmine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
暮城留风 提交于 2023-08-31 14:54 . 2.5.5
<?php
/**
* 专为博客类网站开发,简洁、美观、响应式的 Typecho 主题。<br/>
* Github:<a href="https://github.com/liaocp666/Jasmine" target="_blank" title="Jasmine Github Repo">https://github.com/liaocp666/Jasmine</a>
* Demo:<a href="https://www.liaocp.cn/" target="_blank" title="Jasmine Demo Website">https://www.liaocp.cn/</a>
*
* @package Jasmine
* @author Kent Liao
* @version 2.5.5
* @link https://www.liaocp.cn/
*/
if (!defined("__TYPECHO_ROOT_DIR__")) {
exit();
} ?>
<!DOCTYPE html>
<html lang="zh">
<?php $this->need("header.php"); ?>
<body class="jasmine-body">
<div class="jasmine-container grid grid-cols-12">
<?php $this->need("component/sidebar-left.php"); ?>
<div class="flex col-span-12 lg:col-span-8 flex-col lg:border-x-2 border-stone-100 dark:border-neutral-600 lg:pt-0 lg:px-6 pb-10 px-3">
<?php $this->need("component/menu.php"); ?>
<?php if ($this->is("index") && $this->_currentPage == 1): ?>
<?php $this->need("component/post-top.php"); ?>
<?php endif; ?>
<?php $this->need("component/post-item.php"); ?>
<?php $this->need("component/paging.php"); ?>
</div>
<div class="hidden lg:col-span-3 lg:block" id="sidebar-right">
<?php $this->need("component/sidebar.php"); ?>
</div>
</div>
<?php $this->need("footer.php"); ?>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/imvn/Jasmine.git
[email protected]:imvn/Jasmine.git
imvn
Jasmine
Jasmine
main

搜索帮助