2 Star 5 Fork 1

广树/Typecho_CYBER DIMENSION NEPTUNE_主题模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
post.php 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
广树 提交于 2018-02-26 15:21 . 页面内页加了编辑入口
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="col-mb-12 post_content_body" id="main" role="main">
<h1 class="post-title" title="<?php $this->title() ?>"><?php $this->title() ?></h1>
<div class="post_content_box">
<article class="post">
<ul class="post-meta post-mate-info-body">
<li itemprop="author"><?php _e('作者: '); ?><a itemprop="name" href="<?php $this->author->permalink(); ?>" rel="author"><?php $this->author(); ?></a></li>
<li><?php _e('时间: '); ?><time datetime="<?php $this->date('c'); ?>" itemprop="datePublished"><?php $this->date(); ?></time></li>
<li><?php _e('分类: '); ?><?php $this->category(','); ?></li>
<?php if($this->user->hasLogin()):?>
<li><a href="<?php $this->options->adminUrl(); ?>write-post.php?cid=<?php echo $this->cid;?>" target="_blank">编辑</a></li>
<?php endif;?>
</ul>
<div class="post-content" itemprop="articleBody">
<?php $this->content(); ?>
</div>
<p itemprop="keywords" class="tags"><?php _e('标签: '); ?><?php $this->tags(', ', true, 'none'); ?></p>
</article>
<?php $this->need('comments.php'); ?>
<ul class="post-near">
<li>上一篇: <?php $this->thePrev('%s','没有了'); ?></li>
<li>下一篇: <?php $this->theNext('%s','没有了'); ?></li>
</ul>
</div>
</div><!-- end #main-->
<?php $this->need('footer.php'); ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/eeg1412/typecho_cyberdimensionneptune__theme_template.git
git@gitee.com:eeg1412/typecho_cyberdimensionneptune__theme_template.git
eeg1412
typecho_cyberdimensionneptune__theme_template
Typecho_CYBER DIMENSION NEPTUNE_主题模板
master

搜索帮助