• Subscribe Google | ${XianGuo}
<#if "" != noticeBoard>
  • ~Notice
      ${noticeBoard}
<#if 0 != recentComments?size>
  • ~Comments
      <#list recentComments as comment>
    • ${comment.commentName} : ${comment.commentContent}
<#if 0 != mostViewCountArticles?size>
  • ~Hot
      <#list mostViewCountArticles as article>
    • ${article.articleTitle} - ${article.articleViewCount}
<#if 0 != mostUsedTags?size>
  • ~Tags
      <#list mostUsedTags as tag> ${tag.tagTitle}
<#if 0 != mostCommentArticles?size>
  • ~Most
      <#list mostCommentArticles as article>
    • ${article.articleTitle} - ${article.articleCommentCount}
<#if 0 != links?size>
  • ~Links
      <#list links as link>
    • ${link.linkTitle}
<#if 0 != archiveDates?size>
  • ~Archives
      <#list archiveDates as archiveDate>
    • <#if "en" == localeString?substring(0, 2)> ${archiveDate.monthName} ${archiveDate.archiveDateYear}(${archiveDate.archiveDatePublishedArticleCount}) <#else> ${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}(${archiveDate.archiveDatePublishedArticleCount})