菜单
控制台
概要
个人设置
插件
外观
编辑文件 index.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 index.php
可以使用的外观
编辑
textonly
外观
设置外观
编辑源码
<?php /** * Text Only 为纯文本极简主题,黑白配色,对程序极简优化,主题无 JS 和图片文件载入。主题支持自定义背景、自定义菜单,保留搜索及评论功能;内置文章归档和搜索模板;已作中文字体优化,内置3种字体方案可选。<br/> * 发布页:<a href="https://yayu.net/projects/typecho-textonly" target="_blank">https://yayu.net/projects/typecho-textonly</a> * * @package Text Only * @author Jeff Chen * @version 1.0.0 * @link https://yayu.net/ */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; $this->need('header.php'); ?> <?php if ($this->is('archive')) { ?> <div class="crumb"><strong>" <?php $this->archiveTitle(['category' => _t('%s'),'search' => _t('搜索结果'),'tag' => _t('标签:%s'),'author' => _t('作者:%s')], '', ''); ?> "</strong><?php if ( $this->is('search') ) { ?>关键词:<?php echo $this->archiveTitle('','',''); ?><?php } else { ?> 下的文章<?php } ?></div> <?php } ?> <?php if ($this->have()): ?> <?php while ($this->next()): ?> <article> <h2 class="title"><a href="<?php $this->permalink(); ?>"><?php $this->title(); ?></a></h2> <?php $this->category(",", true, "无"); echo " · ";?><time datetime="<?php $this->date(); ?>"><?php $this->date(); ?></time> <div class="desc"><?php $this->excerpt(110, " ..."); ?></div> </article> <?php endwhile; ?> <?php if ( $this->is('archive') || $this->is('index') ) { ?> <div class="post-pagination"> <?php $this->pageNav(' ← ', ' → ', '5', '…'); ?> </div> <?php }; ?> <?php else : ?><article><em>空空如也 ...</em></article><?php endif; ?> <?php $this->need('footer.php'); ?>
此文件无法写入
模板文件
404.php
archives.php
comments.php
footer.php
functions.php
header.php
index.php
search.php
single.php
style.css
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载