代码拉取完成,页面将自动刷新
同步操作将从 qinhua/halo-theme-joe2.0 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="zh-CN">
<#import "template/common/header.ftl" as headInfo>
<@headInfo.head title="所有标签" type="tags"/>
<#import "template/macro/tail.ftl" as tailInfo>
<body>
<div id="Joe">
<#include "template/common/navbar.ftl">
<div class="joe_container joe_main_container page-tags${settings.enable_show_in_up?then(' animated showInUp','')}${(settings.aside_position=='left')?then(' revert','')}">
<div class="joe_main">
<div class="joe_index">
<div class="joe_index__title">
<ul class="joe_index__title-title pl-15">
<li class="item active">${settings.tags_title!}<@tagTag method="count"><span class="totals">${count!0}</span></@tagTag></li>
</ul>
</div>
<div class="joe_index__hot">
<#assign random_img_ok=settings.enable_random_img_api==true && settings.random_img_api?trim!=''>
<ul class="joe_index__hot-list${(settings.tags_type!='card')?then('-tag','')} animated fadeIn" style="padding-bottom: 10px;">
<@tagTag method="list">
<#list tags?sort_by(settings.tags_sort)?reverse as tag>
<#if settings.tags_type=='card'>
<li class="item">
<a class="link" href="${tag.fullPath!}" title="${tag.name!}">
<figure class="inner">
<#if settings.enable_tags_post_num!true>
<#include "template/macro/post_num.ftl">
<@post_num type="tag" id="${tag.id?c}" suffix="篇" />
</#if>
<#assign thumbnail=(tag.thumbnail?? && tag.thumbnail!='')?then(tag.thumbnail,(random_img_ok==true)?then(settings.random_img_api + ((settings.random_img_api?index_of('?')!=-1)?then('&','?')) + '_r=' + tag.id,'https://picsum.photos/id/1${tag_index}/350/200')) >
<img width="100%" height="120" class="image lazyload" data-src="${thumbnail}" src="${LAZY_IMG}" onerror="this.src='${settings.fallback_thumbnail!}'" alt="${tag.name!}">
<figcaption class="title">${tag.name!}</figcaption>
</figure>
</a>
</li>
<#else>
<li class="item">
<a class="link" href="${tag.fullPath!}" title="${tag.name!}">
<span title="${tag.name!}">${tag.name!}</span>
<#if settings.enable_tags_post_num!true>
<#include "template/macro/post_num.ftl">
<@post_num type="tag" id="${tag.id?c}" />
</#if>
</a>
</li>
</#if>
</#list>
</@tagTag>
</ul>
</div>
</div>
</div>
<#if settings.enable_tags_aside!true>
<#include "template/common/aside.ftl">
</#if>
</div>
<#include "template/common/actions.ftl">
<#include "template/common/footer.ftl">
</div>
<@tailInfo.tail type="tags"/>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。