加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
category.ftl 1005 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2019-09-17 20:23 . Rewrite.
<#include "layout/layout.ftl">
<@layout title="分类目录:${category.name!} ${options.blog_title!}" keywords="${options.seo_keywords!}" description="${options.seo_description!}" canonical="${context!}/categories/${category.slugName!}">
<!-- Index Module -->
<div class="material-index mdl-grid">
<div class="locate-thumbnail-symbol"></div>
<!-- Normal Post -->
<#if (settings.scheme!'Paradox') == "Paradox">
<!-- Paradox Thumbnail -->
<#include "layout/_partial/Paradox-post_entry.ftl">
<#else>
<!-- Isolation Thumbnail -->
<#include "layout/_partial/Isolation-post_entry.ftl">
</#if>
<!-- Index nav -->
<#include "layout/_partial/index-nav.ftl">
<@nav url="${context!}/categories/${category.slugName!}/"></@nav>
<#if (settings.scheme!'Paradox') == "Paradox">
<#include "layout/_partial/Paradox-post_entry-thumbnail.ftl">
</#if>
</div>
</@layout>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化