Update conf

This commit is contained in:
life
2015-01-09 00:13:20 +08:00
parent 289e7b16d9
commit 916ee52cdb
5 changed files with 9 additions and 15 deletions

View File

@ -103,10 +103,10 @@ function log(o) {
<!-- 归档 -->
<li class="{{if $.curIsArchive}}active{{end}}">
<a href="{{$.archiveUrl}}">归档</a>
<a href="{{$.archiveUrl}}">Archives</a>
</li>
<li class="{{if $.curIsTags}}active{{end}}">
<a href="{{$.tagsUrl}}">标签</a>
<a href="{{$.tagsUrl}}">Tags</a>
</li>
</ul>