菜单
控制台
概要
个人设置
插件
外观
编辑文件 header.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 header.php
可以使用的外观
编辑
textonly
外观
设置外观
编辑源码
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> <!DOCTYPE HTML> <html> <head> <meta charset="<?php $this->options->charset(); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php $this->archiveTitle(['category' => _t('%s'),'search' => _t('搜索结果:%s'),'tag' => _t('标签:%s'),'author' => _t('作者:%s')], '', ' - '); ?><?php $this->options->title(); ?></title> <?php $this->header(); ?> <link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>"> </head> <body> <header> <div class="heading"><h1 class="title"><a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title() ?></a></h1> <div class="intro"><?php $this->options->description() ?></div></div> <nav> <a<?php if ($this->is('index')): ?> class="current"<?php endif; ?> href="<?php $this->options->siteUrl(); ?>"><?php _e('首页'); ?></a> <?php $this->widget('Widget_Metas_Category_List')->to($category); ?> <?php while($category->next()): ?> <a<?php if($this->is('category', $category->slug)): ?> class="current"<?php endif; ?> href="<?php $category->permalink(); ?>" title="<?php $category->name(); ?>"><?php $category->name(); ?></a> <?php endwhile; ?> <?php $this->widget('Widget_Contents_Page_List')->to($pages); ?> <?php while ($pages->next()): ?> <a<?php if ($this->is('page', $pages->slug)): ?> class="current"<?php endif; ?> href="<?php $pages->permalink(); ?>" title="<?php $pages->title(); ?>"><?php $pages->title(); ?></a> <?php endwhile; ?> </nav> </header> <main>
此文件无法写入
模板文件
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
帮助文档
•
支持论坛
•
报告错误
•
资源下载