菜单
控制台
概要
个人设置
插件
外观
编辑文件 header.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 header.php
可以使用的外观
编辑
default
外观
设置外观
编辑源码
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> <!DOCTYPE HTML> <html> <head> <meta charset="<?php $this->options->charset(); ?>"> <meta name="renderer" content="webkit"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title><?php $this->archiveTitle([ 'category' => _t('分类 %s 下的文章'), 'search' => _t('包含关键字 %s 的文章'), 'tag' => _t('标签 %s 下的文章'), 'author' => _t('%s 发布的文章') ], '', ' - '); ?><?php $this->options->title(); ?></title> <!-- 使用url函数转换相关路径 --> <link rel="stylesheet" href="<?php $this->options->themeUrl('normalize.css'); ?>"> <link rel="stylesheet" href="<?php $this->options->themeUrl('grid.css'); ?>"> <link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>"> <!-- 通过自有函数输出HTML头部信息 --> <?php $this->header(); ?> </head> <body> <header id="header" class="clearfix"> <div class="container"> <div class="row"> <div class="site-name col-mb-12 col-9"> <?php if ($this->options->logoUrl): ?> <a id="logo" href="<?php $this->options->siteUrl(); ?>"> <img src="<?php $this->options->logoUrl() ?>" alt="<?php $this->options->title() ?>"/> </a> <?php else: ?> <a id="logo" href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title() ?></a> <p class="description"><?php $this->options->description() ?></p> <?php endif; ?> </div> <div class="site-search col-3 kit-hidden-tb"> <form id="search" method="post" action="<?php $this->options->siteUrl(); ?>" role="search"> <label for="s" class="sr-only"><?php _e('搜索关键字'); ?></label> <input type="text" id="s" name="s" class="text" placeholder="<?php _e('输入关键字搜索'); ?>"/> <button type="submit" class="submit"><?php _e('搜索'); ?></button> </form> </div> <div class="col-mb-12"> <nav id="nav-menu" class="clearfix" role="navigation"> <a<?php if ($this->is('index')): ?> class="current"<?php endif; ?> href="<?php $this->options->siteUrl(); ?>"><?php _e('首页'); ?></a> <?php \Widget\Contents\Page\Rows::alloc()->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> </div> </div><!-- end .row --> </div> </header><!-- end #header --> <div id="body"> <div class="container"> <div class="row">
保存文件
模板文件
404.php
archive.php
comments.php
footer.php
functions.php
grid.css
header.php
index.php
normalize.css
page.php
post.php
sidebar.php
style.css
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载