Liang Ding
2018-09-23 18:09:03 +08:00
parent 06c24f31da
commit d93bed0b8e
10 changed files with 16 additions and 32 deletions

View File

@@ -20,27 +20,4 @@
<header>
<a href="${servePath}" id="logoTitle">${blogTitle}</a>
<p>${blogSubtitle}</p>
</header><!--
<div class="right" id="statistic">
<span>
${viewCount1Label}
<span class='error-msg'>
${statistic.statisticBlogViewCount}
</span>
&nbsp;&nbsp;
</span>
<span>
${articleCount1Label}
<span class='error-msg'>
${statistic.statisticPublishedBlogArticleCount}
</span>
&nbsp;&nbsp;
</span>
<span>
${commentCount1Label}
<span class='error-msg'>
${statistic.statisticPublishedBlogCommentCount}
</span>
</span>
</div>
<div class="clear"></div>-->
</header>