Skip to content

Commit

Permalink
Update: release version 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhch123 committed Nov 26, 2019
1 parent 7a5fb9c commit 2256c19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## 概述

- 作者: zjhch123
- 版本: 1.2.2
- 对应solo版本: 3.6.6
- 版本: 1.2.3
- 对应solo版本: 3.6.7

## 预览

Expand Down Expand Up @@ -105,4 +105,9 @@ git clone https://github.com/zjhch123/solo-skin-emiya emiya

1. 修复存档页面当某个月份文章数为0时的显示问题

### 1.2.3

1. 适配solo 3.6.7
2. 优化: 分类页面内各个分类链接在当前页面打开

</details>
2 changes: 1 addition & 1 deletion category.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<@sidePage htmlTitle="${categoryLabel} - ${blogTitle}" pageTitle="${categoryLabel}">
<div class="rowItemLayout">
<#list categories as category>
<a class="item" rel="friend" href="${servePath}/category/${category.categoryURI}" title="${category.categoryTitle}" target="_blank">
<a class="item" rel="friend" href="${servePath}/category/${category.categoryURI}" title="${category.categoryTitle}">
<p>
${category.categoryTitle} -
<b>${category.categoryTagCnt}</b> ${tagsLabel}
Expand Down

0 comments on commit 2256c19

Please sign in to comment.