2 Star 0 Fork 1

千寻啊千寻 / ghost_themes_qianxun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
post.hbs 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
chihiro 提交于 2018-04-04 11:47 . 升级版本1.2
{{!< default}}
{{> "header"}}
<div class="col-md-6 index-post">
{{#post}}
<article class="post-page-main">
<header>
<h3 class="post-title article-title"><a href="{{url}}" style="color: #009688;">{{title}}</a></h3>
<p class="index-post-author">
<i class="fa fa-user"></i><a href="">{{author.name}}</a>
&nbsp;&nbsp;
<i class="fa fa-calendar"></i><a href="">
<time class="index-post-date"
datetime="{{date format="YYYY-MM-DD"}}">{{date format="YYYY-MM-DD"}}</time>
</a>
</p>
</header>
<section class="index-post-demo post--content">
{{content}}
<br/><br/>
<hr/>
<br/>
<B style="color: red">原文地址:<a target="_blank" href="{{url absolute="true"}}">{{url absolute="true"}}</a></B>
<br/>
<div class="alert alert-success">
<i class="fa fa-lightbulb-o"></i>本文由 <a href="http://qianxunclub.com/">千寻啊千寻</a>创作。可自由转载、引用,但需署名作者且注明文章出处。
</div>
</section>
<footer>
<p class="index-post-author">
<i class="fa fa-tag"></i>
<a href="">{{tags}}</a>
<span style="float: right">
<a href="{{url}}#commentId">
<i class="fa fa-comment"></i>
<span id = "sourceId::{{uuid}}" class = "cy_cmt_count" ></span>条评论
</a>
</span>
</p>
</footer>
</article>
<div style="margin: 50px 20px">
{{#next_post}}
<p>上一篇 : &nbsp;&nbsp;<a href="{{url}}">{{title}}</a></p>
{{/next_post}}
{{#prev_post}}
<p>下一篇 : &nbsp;&nbsp;<a href="{{url}}">{{title}}</a></p>
{{/prev_post}}
</div>
<div id="commentId" class="post-page-readmore">
<div style="text-align: center;" class="mediaHidde">
<div id="cyReward" role="cylabs" data-use="reward" sourceid="{{uuid}}"></div>
<div id="cyEmoji" role="cylabs" data-use="emoji" sourceid="{{uuid}}"></div>
</div>
<div id="SOHUCS" sid="{{uuid}}"></div>
</div>
{{/post}}
</div>
{{> "footer"}}
NodeJS
1
https://gitee.com/qianxunclub/ghost_themes_qianxun.git
git@gitee.com:qianxunclub/ghost_themes_qianxun.git
qianxunclub
ghost_themes_qianxun
ghost_themes_qianxun
qianxun-themes@1.2

搜索帮助