fixes bug to modify home page title and subtitle link
Showing
1 changed file
with
0 additions
and
4 deletions
@@ -14,14 +14,10 @@ | @@ -14,14 +14,10 @@ | ||
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 | - {{# title}} | ||
18 | <a class="item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{titleLength}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{.}}</a> | 17 | <a class="item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{titleLength}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{.}}</a> |
19 | - {{/ title}} | ||
20 | - {{# subtitle}} | ||
21 | <!-- <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> --> | 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> --> |
22 | <!-- 去掉style @modify liuyue --> | 19 | <!-- 去掉style @modify liuyue --> |
23 | <a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" onclick="YOHODCLICK('home','web','content')">{{.}}</a> | 20 | <a class="item-subtitle item-title" href="{{link}}" target="_blank" _title="{{.}}" _len="{{subtitleLength}}" onclick="YOHODCLICK('home','web','content')">{{.}}</a> |
24 | - {{/ subtitle}} | ||
25 | <a class="item-detail" href="{{link}}" target="_blank" _title="{{content}}" _len="{{contentLength}}" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{content}}</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> |
26 | </div> | 22 | </div> |
27 | </div> | 23 | </div> |
-
Please register or login to post a comment