• 作者

      #foreach($item in $authors)
    • ${item.name}(${item.postcount})
    • #end
  • 分类

      #foreach($item in $categories)
    • ${item.name}(${item.count})
    • #end
  • 最新日志

      #foreach($item in ${recentposts})
    • ${item.title}
    • #end
  • 最新评论

      #foreach($item in $recentcomments)
    • ${item.title}
    • #end
  • 归档

      #foreach($item in $archives)
    • ${item.date.tostring("yyyy年MM月")}(${item.count})
    • #end
  • 标签

      #foreach($item in $recenttags)
    • ${item.name}(${item.count})
    • #end
  • 链接

      #foreach($item in $generallinks)
    • ${item.name}
    • #end
  • 统计

    • 文章:${postcount} 篇
    • 评论:${commentcount} 条
    • 作者:${authorcount} 位
    • 访问:${viewcount} 次
    • 订阅:文章 评论