菜单
控制台
概要
个人设置
插件
外观
编辑文件 index.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 index.php
可以使用的外观
编辑
Less
外观
设置外观
编辑源码
<?php /** * 老掉牙的服务器维护手册 * * @package Less * @author 极限运维 * @version 1.2 * @link http://www.32mb.win */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; $this->need('header.php'); ?> <?php $this->need('sidebar.php'); ?> <header id="header"> <h1><?php $this->archiveTitle(array( 'category' => _t('分类 %s 下的文章'), 'search' => _t('包含关键字 %s 的文章'), 'tag' => _t('标签 %s 下的文章'), 'author' => _t('%s 发布的文章') ), '', ' - '); ?><?php $this->options->title(); ?></h1> </header> <div id="main" role="home"> <div class="posts-list"> <?php while ($this->next()) : ?> <div class="post-container"> <article class="post" itemscope itemtype="http://schema.org/BlogPosting"> <span class="post-time"><time datetime="<?php $this->date('c'); ?>" itemprop="datePublished"><?php $this->date('Y-m-d'); ?></time></span><span class="post-title" itemprop="name headline"><a itemtype="url" href="<?php $this->permalink() ?>"><?php $this->title() ?></a></span> </article> </div> <?php endwhile; ?> </div> <?php $this->pageNav('« 前一页', '后一页 »'); ?> </div><!-- end #main--> </body> </html>
保存文件
模板文件
404.php
archive.php
comments.php
footer.php
functions.php
header.php
index.php
navbar.php
page.php
post.php
sidebar.php
style.css
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载