2 Star 21 Fork 5

cory_lin/halo-theme-xue-codeyee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tags.ftl 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
xzhuz 提交于 2020-07-31 22:46 . ✨ Feat: 文章分享功能
<#include "module/macro.ftl">
<@layout title="${settings.tags_title! '标签列表'} | ${options.blog_title!} " keywords="${options.seo_keywords!}" description="${options.seo_description!}">
<main class="mx-auto" id="container">
<header class="bg-cover post-cover">
<#if settings.tag_patternimg?? && settings.tag_patternimg!=''>
<div class="cover-bg">
<img src="${settings.tag_patternimg!}" class="z-auto"
alt="${settings.tags_title! '标签列表'}">
</div>
<#else>
<div class="placeholder-bg">
</div>
</#if>
<div class="cover-content flex justify-center">
<!-- 封面内容 -->
<div class="inner flex flex-col justify-center">
<p class="cover-title text-base md:text-4xl lg:text-4xl xl:text-5xl">${settings.tags_title! '标签列表'}</p>
</div>
</div>
</header>
<div class="container mx-auto px-4 mt-16 max-w-6xl tracking-wider md:leading-relaxed sm:leading-normal ct-container cn-pd content-container">
<h2>标签</h2>
<p class="flex flex-row justify-start flex-wrap">
<@tagTag method="list">
<#if tags?? && tags?size gt 0>
<#list tags as tag>
<a href="${tag.fullPath}" class="post-tag mt-2 mb-2 mr-2">
${tag.name} <span class="tag-length">${tag.postCount!}</span>
</a>
</#list>
</#if>
</@tagTag>
</p>
<h2 style="margin-bottom: 0;">标签云</h2>
<div id="tagCloud" class="card-content jqcloud jqcloud-hg"></div>
</div>
</main>
</@layout>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/codeyee/halo-theme-xue-codeyee.git
[email protected]:codeyee/halo-theme-xue-codeyee.git
codeyee
halo-theme-xue-codeyee
halo-theme-xue-codeyee
master

搜索帮助