1 Star 0 Fork 1

Halo / halo-theme-quick-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
categories.ftl 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2020-03-16 13:56 . require-1.3.0
<#include "module/macro.ftl">
<@layout title="分类列表 - ${blog_title!}">
<h1>分类列表</h1>
<ul>
<@categoryTag method="list">
<#if categories?? && categories?size gt 0>
<#list categories as category>
<li><a href="${category.fullPath!}">${category.name}</a></li>
</#list>
</#if>
</@categoryTag>
</ul>
</@layout>
1
https://gitee.com/halo-dev/halo-theme-quick-starter.git
git@gitee.com:halo-dev/halo-theme-quick-starter.git
halo-dev
halo-theme-quick-starter
halo-theme-quick-starter
master

搜索帮助