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
672 B

1 year ago
{include file=comm/head.html}
{include file=comm/top.html}
<div class="container pages">
{include file=comm/position.html}
{include file=comm/sortnav.html}
<h2 class="text-center fs-sm-28 fs-20 mt-3">{content:title}</h2>
<div class="text-center border-bottom text-secondary pb-2 mb-3">
时间:{content:date style=Y-m-d}&nbsp;&nbsp;&nbsp;访问量:{content:visits operate=+1000}
</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>
{include file=comm/comment.html}
{include file=comm/foot.html}