feat: 首页添加时间和todo模块
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{{!-- page.hbs - 通用页面模板:结构与其他页面一致(标题区 + 分类内容) --}}
|
||||
<div class="page-template page-template-{{pageId}}">
|
||||
{{#if isHome}}
|
||||
{{> home-dashboard}}
|
||||
{{else}}
|
||||
{{> page-header}}
|
||||
{{/if}}
|
||||
{{#each categories}}
|
||||
{{> category}}
|
||||
{{> category}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user