fixes bug to modify home page title and subtitle link
Showing
1 changed file
with
2 additions
and
4 deletions
@@ -14,10 +14,8 @@ | @@ -14,10 +14,8 @@ | ||
14 | <a class="channel" href="{{link}}" target="_blank" onclick="YOHODCLICK('home','web','contentTwoChannel')">{{name}}</a> | | 14 | <a class="channel" href="{{link}}" target="_blank" onclick="YOHODCLICK('home','web','contentTwoChannel')">{{name}}</a> | |
15 | {{/ subChannel}} | 15 | {{/ subChannel}} |
16 | </span> | 16 | </span> |
17 | - <a class="item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{titleLength}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{.}}</a> | ||
18 | - <!-- <a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" style="margin-top:10px;text-align:left;" onclick="YOHODCLICK('home','web','content')">{{.}}</a> --> | ||
19 | - <!-- 去掉style @modify liuyue --> | ||
20 | - <a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" onclick="YOHODCLICK('home','web','content')">{{.}}</a> | 17 | + <a class="item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{titleLength}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{title}}</a> |
18 | + <a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" onclick="YOHODCLICK('home','web','content')">{{subtitle}}</a> | ||
21 | <a class="item-detail" href="{{link}}" target="_blank" _title="{{content}}" _len="{{contentLength}}" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{content}}</a> | 19 | <a class="item-detail" href="{{link}}" target="_blank" _title="{{content}}" _len="{{contentLength}}" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{content}}</a> |
22 | </div> | 20 | </div> |
23 | </div> | 21 | </div> |
-
Please register or login to post a comment