3 Star 25 Fork 4

sking / Besking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
page.php 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
sking 提交于 2020-02-06 18:47 . 完善页面
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="doc-container" id="doc-container">
<div class="container-fixed">
<div class="col-content" style="width:100%">
<div class="inner">
<article class="article-list">
<section class="article-item">
<aside class="title" style="line-height:1.5;">
<h4><?php $this->title() ?></h4>
<p class="fc-grey fs-14">
<small>
作者:
<a href="javascript:void(0)" target="_blank" class="fc-link">
<?php $this->author(); ?>
</a>
</small>
<small class="ml10">
围观群众:
<i class="readcount">
<?php get_post_view($this) ?>
</i>
</small>
<small class="ml10">
更新于
<label>
<?php $this->date('Y-m-d'); ?>
</label>
</small>
</p>
</aside>
<div class="time mt10" style="padding-bottom:0;">
<span class="day">
<?php $this->date('d'); ?>
</span>
<span class="month fs-18">
<?php $this->date('m'); ?>
<small class="fs-14">
</small>
</span>
<span class="year fs-18">
<?php $this->date('Y'); ?>
</span>
</div>
<div class="content artiledetail" style="border-bottom: 1px solid #e1e2e0; padding-bottom: 20px;">
<?php $this->content(); ?>
<div id="aplayer" style="margin:5px 0"></div>
</div>
<?php $this->need('comments.php'); ?>
</section>
</article>
</div>
</div>
</div>
</div>
<?php $this->need('footer.php'); ?>
PHP
1
https://gitee.com/hkq15/Besking.git
git@gitee.com:hkq15/Besking.git
hkq15
Besking
Besking
master

搜索帮助