1 Star 0 Fork 0

呀呀呀呀呀樂/halo-theme-Hingle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
categories.ftl 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
呀呀呀呀呀樂 提交于 2022-06-15 13:21 . updata
<#include "module/macro.ftl">
<@layout title="分类列表 - ${blog_title!}">
<main>
<div class="wrap min">
<section class="page-title">
<h1>分类</h1>
<#-- <h1>"${sheet.title!}"</h1>
<span>${sheet.description!}</span> -->
</section>
<section class="post-content">
<@categoryTag method="list">
<#if categories?? && categories?size gt 0>
<#list categories as category>
<#if (category.description == "")>
<li><a href="${category.fullPath!}">${category.name}</a></li>
<#else>
<li><a href="${category.fullPath!}">${category.name}</a> - ${category.description!}</li>
</#if>
</#list>
</#if>
</@categoryTag>
</section>
</div>
</main>
</@layout>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/PedroNull/halo-theme-hingle.git
[email protected]:PedroNull/halo-theme-hingle.git
PedroNull
halo-theme-hingle
halo-theme-Hingle
master

搜索帮助