菜单
控制台
概要
个人设置
插件
外观
编辑文件 index.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 index.php
可以使用的外观
编辑
Typecho_Theme_JJ
外观
设置外观
编辑源码
<?php /** * 掘金高仿版 * --------------------- * 本主题仅供学习交流使用,严禁用于商业用途,请于24小时内删除 * * @package JJ * @author 木灵鱼儿 * @version 2.3.1 * @link https://www.mulingyuer.com */ ?> <?php if ( ! defined('__TYPECHO_ROOT_DIR__')) { exit; } ?> <?php if ( ! isAjax()): ?> <!DOCTYPE html> <html lang="zh-CN"> <?php $this->need('./php_modules/notes.php');?> <head> <?php $this->need('./php_modules/default_head.php');?> <?php $this->need('./dist/head/home.php');?> <?php //head标签底部插入代码 ?> <?php $this->options->headInsertCode();?> </head> <body> <h1 style="display:none;"><?php blogTitle($this);?></h1> <?php $this->need('./php_modules/header.php');?> <?php $this->need('./php_modules/nav.php');?> <main class="main" role="main"> <div class="container"> <div class="main-content home-content"> <div class="main-left"> <?php $this->need('./php_modules/home/nav.php');?> <?php endif;?> <?php //是否有内容?> <?php if ($this->have()): ?> <?php $this->need('./php_modules/article_skeleton.php');?> <?php $this->need('./php_modules/article_card.php');?> <?php else: ?> <?php $this->need('./php_modules/article_empty.php');?> <?php endif;?> <?php $this->need('./php_modules/article_pagination.php');?> <?php if ( ! isAjax()): ?> </div> <div class="main-right"> <?php $this->need('./php_modules/home/recent_comments.php');?> <?php $this->need('./php_modules/home/recommended_article.php');?> <?php $this->need('./php_modules/home/theme_tool.php');?> <?php $this->need('./php_modules/footer.php');?> </div> </div> </div> </main> <?php $this->need('./php_modules/fixed_tool.php');?> <?php //body标签底部插入代码 ?> <?php $this->options->bodyInsertCode();?> <?php //typecho 插件挂接点 ?> <?php $this->footer();?> </body> </html> <?php endif;?>
保存文件
模板文件
404.php
archive.php
category.php
functions.php
index.php
links.php
notification.php
page.php
post.php
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载