1 Star 0 Fork 91

Mr.Li(学霸先生) / git

forked from 云落 / git 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
archive.php 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
云落 提交于 2017-10-14 06:30 . 清空全部代码
<?php get_header(); ?>
<div class="content-wrap">
<div class="content">
<header class="archive-header">
<h1><?php
if(is_day()) echo the_time('Y年m月j日');
elseif(is_month()) echo the_time('Y年m月');
elseif(is_year()) echo the_time('Y年');
?>的内容</h1>
</header>
<?php if (git_get_option('git_card_b'))
{
include 'modules/card.php';
}else{
include 'modules/excerpt.php';
}?>
</div>
</div>
<?php get_sidebar(); get_footer(); ?>
PHP
1
https://gitee.com/itxueba/git.git
git@gitee.com:itxueba/git.git
itxueba
git
git
alpha

搜索帮助