1 Star 0 Fork 0

Halo / halo-theme-pinghsu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
categories.ftl 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2020-03-14 17:42 . feat: require halo 1.3.0.
<#--
* Template Page of Categorys Archives
*
* @package custom
-->
<#include "header.ftl">
<#import "functions.ftl" as fun>
<@header title="分类 | ${blog_title!}"></@header>
<div class="main-content archive-page clearfix">
<@categoryTag method="list">
<#if categories?? && categories?size gt 0>
<#list categories as category>
<div class="categorys-item">
<div class="categorys-title">
<a href="${category.fullPath!}">${category.name!}</a><span> :${category.postCount!0}</span>
</div>
<@postTag method="listByCategoryId" categoryId="${category.id!}">
<#if posts?? && posts?size gt 0>
<div class="post-lists">
<div class="post-lists-body">
<#list posts as post>
<div class="post-list-item">
<div class="post-list-item-container">
<div class="item-label">
<div class="item-title"><a href="${post.fullPath!}">${post.title!}</a></div>
<div class="item-meta clearfix">
<div class="item-meta-date"> ${post.createTime?string('MMM d,yyyy')} </div>
</div>
</div>
</div>
</div>
</#list>
</div>
</div>
</#if>
</@postTag>
</div>
</#list>
</#if>
</@categoryTag>
</div>
<#include "footer.ftl">
1
https://gitee.com/halo-dev/halo-theme-pinghsu.git
git@gitee.com:halo-dev/halo-theme-pinghsu.git
halo-dev
halo-theme-pinghsu
halo-theme-pinghsu
master

搜索帮助