<#include "include/macros.ftl"> <@header>
<#-- 文章 -->

文章

<#-- 标签 -->

标签

<#-- 分类 -->

分类

<#-- 评论 -->

留言数

<#-- 分类文章数统计 -->

分类文章数统计

<#-- 文章访问TOP.10 -->

文章访问TOP.10

    <@articleTag method="hotList" pageSize="10"> <#if hotList?? && (hotList?size > 0)> <#list hotList as item>
  • ${item.title}
  • ${item.lookCount?c}
<#-- 爬虫访问统计TOP.10 -->

爬虫访问统计TOP.10

<#-- 近期文章 -->

近期文章

<@articleTag method="recentArticles" pageSize="5"> <#if recentArticles?? && (recentArticles?size > 0)> <#list recentArticles as item>
标题
分类 浏览数 发布时间
${item.type.name} ${item.lookCount?c} ${item.createTime?string('yyyy-MM-dd')}
<#-- 近期评论 -->

近期评论

<@zhydTag method="recentComments" pageSize="5"> <#if recentComments?? && (recentComments?size > 0)> <#list recentComments as item>
发起人
评论内容
出处
评论时间
${item.briefContent!}
${item.createTime?string('yyyy-MM-dd')}
<#-- 网站首页的项目介绍内容 --> <@aboutOneBlog> <@footer> <#-- 显示或者关闭首页的弹窗,当点击“不再显示后”,如果清缓存,这个弹窗仍然会再次显示 -->