mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
feat: 导出增加分类显示
This commit is contained in:
@@ -81,6 +81,11 @@
|
||||
class="article-body"
|
||||
id="article-body"
|
||||
>
|
||||
<h4 id="category">
|
||||
{volist name='list_post_category' id='vo'}
|
||||
<p>{$vo.category.title} : {$vo.category.desc}</p>
|
||||
{/volist}
|
||||
</h4>
|
||||
<h1 id="post-title">{$post.title}</h1>
|
||||
<div id="post-desc">
|
||||
{$post.desc}
|
||||
|
||||
Reference in New Issue
Block a user