You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
705 B
25 lines
705 B
{include file=comm/head.html}
|
|
|
|
{include file=comm/top.html}
|
|
|
|
<div class="container pages">
|
|
|
|
{include file=comm/position.html}
|
|
|
|
<h2 class="text-center fs-sm-28 fs-24">{content:title}</h2>
|
|
<div class="text-center border-bottom text-secondary pb-2 mb-3">
|
|
时间:{content:date style=Y-m-d} 访问量:{content:visits}
|
|
</div>
|
|
<div class="content mb-3">{content:content}</div>
|
|
<div class="text-secondary lh-2">
|
|
<p>上一篇:{content:precontent}</p>
|
|
<p>下一篇:{content:nextcontent}</p>
|
|
</div>
|
|
|
|
</div>
|
|
<!--2022-07-29 孙建行修改,不想显示 评论-->
|
|
<div style="display:none">
|
|
{include file=comm/comment.html}
|
|
</div>
|
|
{include file=comm/foot.html}
|