Authored by hf

modify mustache layout to add dns-prefetch to cdn.yoho.cn

1 {{> layout/writer_header320}} 1 {{> layout/writer_header320}}
2 {{#detailData}} 2 {{#detailData}}
  3 +<div id="wx_pic" style="width:0px; height:0px; overflow:hidden"><img src="{{shareImg}}"/></div>
3 <div class="detail"> 4 <div class="detail">
4 <h2 class="share-h2">{{title}}</h2> 5 <h2 class="share-h2">{{title}}</h2>
5 -  
6 <h3 class="share-h3">{{subTitle}}</h3> 6 <h3 class="share-h3">{{subTitle}}</h3>
7 -  
8 <div class="author-channel"> 7 <div class="author-channel">
9 {{# author}} 8 {{# author}}
10 <p><a class="detail_author" href="{{link}}" target="_blank">Text:&nbsp;{{name}}</a></p> 9 <p><a class="detail_author" href="{{link}}" target="_blank">Text:&nbsp;{{name}}</a></p>
@@ -13,7 +12,6 @@ @@ -13,7 +12,6 @@
13 {{# twoChannel}}<a href="{{link}}">{{name}}</a>&nbsp;|&nbsp;{{/ twoChannel}} 12 {{# twoChannel}}<a href="{{link}}">{{name}}</a>&nbsp;|&nbsp;{{/ twoChannel}}
14 <span time="{{time}}" class="time-format"></span> 13 <span time="{{time}}" class="time-format"></span>
15 </div> 14 </div>
16 -  
17 <div class="media"> 15 <div class="media">
18 {{# coverSwiper}} 16 {{# coverSwiper}}
19 <!--大图轮播--> 17 <!--大图轮播-->
@@ -37,7 +35,6 @@ @@ -37,7 +35,6 @@
37 {{/ coverPic}} 35 {{/ coverPic}}
38 {{/ coverSwiper}} 36 {{/ coverSwiper}}
39 37
40 -  
41 {{# coverEffect}} 38 {{# coverEffect}}
42 <!--翻转、变脸、视频--> 39 <!--翻转、变脸、视频-->
43 {{{html}}} 40 {{{html}}}
@@ -49,7 +46,6 @@ @@ -49,7 +46,6 @@
49 </div> 46 </div>
50 </div> 47 </div>
51 {{/detailData}} 48 {{/detailData}}
52 -  
53 <!--标签--> 49 <!--标签-->
54 {{# tags}} 50 {{# tags}}
55 <div class="tags"> 51 <div class="tags">
@@ -62,7 +58,6 @@ @@ -62,7 +58,6 @@
62 </ul> 58 </ul>
63 </div> 59 </div>
64 {{/ tags}} 60 {{/ tags}}
65 -  
66 <div class="comment"> 61 <div class="comment">
67 <ul class="statslist stats-btn"> 62 <ul class="statslist stats-btn">
68 <li class="wow"> 63 <li class="wow">
@@ -94,8 +89,6 @@ @@ -94,8 +89,6 @@
94 <div class="comments-box" data-id="{{id}}" data-type="{{type}}" data-c="{{c}}" data-twoc="{{twoc}}"></div> 89 <div class="comments-box" data-id="{{id}}" data-type="{{type}}" data-c="{{c}}" data-twoc="{{twoc}}"></div>
95 {{/ commentPartials}} 90 {{/ commentPartials}}
96 </div> 91 </div>
97 -  
98 -  
99 <div class="detail-page"> 92 <div class="detail-page">
100 <span class="detail-prev"> 93 <span class="detail-prev">
101 <a href="{{prevLink}}" title="{{prevTitle}}" onclick="prevOrNextClickEvent();">上一篇</a> 94 <a href="{{prevLink}}" title="{{prevTitle}}" onclick="prevOrNextClickEvent();">上一篇</a>
@@ -104,8 +97,6 @@ @@ -104,8 +97,6 @@
104 <a href="{{nextLink}}" title="{{nextTitle}}" onclick="prevOrNextClickEvent();">下一篇</a> 97 <a href="{{nextLink}}" title="{{nextTitle}}" onclick="prevOrNextClickEvent();">下一篇</a>
105 </span> 98 </span>
106 </div> 99 </div>
107 -  
108 -  
109 <div class="recomment"> 100 <div class="recomment">
110 <h2>相关推荐</h2> 101 <h2>相关推荐</h2>
111 <ul></ul> 102 <ul></ul>
1 {{> layout/writer_header_hk320}} 1 {{> layout/writer_header_hk320}}
2 {{#detailData}} 2 {{#detailData}}
  3 +<div id="wx_pic" style="width:0px; height:0px; overflow:hidden"><img src="{{shareImg}}"/></div>
3 <div class="detail"> 4 <div class="detail">
4 <h2 class="share-h2">{{title}}</h2> 5 <h2 class="share-h2">{{title}}</h2>
5 -  
6 <h3 class="share-h3">{{subTitle}}</h3> 6 <h3 class="share-h3">{{subTitle}}</h3>
7 -  
8 <div class="author-channel"> 7 <div class="author-channel">
9 {{# author}} 8 {{# author}}
10 <p><a class="detail_author" href="{{link}}" target="_blank">Text:&nbsp;{{name}}</a></p> 9 <p><a class="detail_author" href="{{link}}" target="_blank">Text:&nbsp;{{name}}</a></p>
@@ -13,7 +12,6 @@ @@ -13,7 +12,6 @@
13 {{# twoChannel}}<a href="{{link}}">{{name}}</a>&nbsp;|&nbsp;{{/ twoChannel}} 12 {{# twoChannel}}<a href="{{link}}">{{name}}</a>&nbsp;|&nbsp;{{/ twoChannel}}
14 <span time="{{time}}" class="time-format"></span> 13 <span time="{{time}}" class="time-format"></span>
15 </div> 14 </div>
16 -  
17 <div class="media"> 15 <div class="media">
18 {{# coverSwiper}} 16 {{# coverSwiper}}
19 <!--大圖輪播--> 17 <!--大圖輪播-->
@@ -49,7 +47,6 @@ @@ -49,7 +47,6 @@
49 </div> 47 </div>
50 </div> 48 </div>
51 {{/detailData}} 49 {{/detailData}}
52 -  
53 <!--標簽--> 50 <!--標簽-->
54 {{# tags}} 51 {{# tags}}
55 <div class="tags"> 52 <div class="tags">
@@ -62,7 +59,6 @@ @@ -62,7 +59,6 @@
62 </ul> 59 </ul>
63 </div> 60 </div>
64 {{/ tags}} 61 {{/ tags}}
65 -  
66 <div class="comment"> 62 <div class="comment">
67 <ul class="statslist stats-btn"> 63 <ul class="statslist stats-btn">
68 <li class="wow"> 64 <li class="wow">
@@ -94,8 +90,6 @@ @@ -94,8 +90,6 @@
94 <div class="comments-box" data-id="{{id}}" data-type="{{type}}" data-c="{{c}}" data-twoc="{{twoc}}"></div> 90 <div class="comments-box" data-id="{{id}}" data-type="{{type}}" data-c="{{c}}" data-twoc="{{twoc}}"></div>
95 {{/ commentPartials}} 91 {{/ commentPartials}}
96 </div> 92 </div>
97 -  
98 -  
99 <div class="detail-page"> 93 <div class="detail-page">
100 <span class="detail-prev"> 94 <span class="detail-prev">
101 <a href="{{prevLink}}" title="{{prevTitle}}" onclick="prevOrNextClickEvent();">上一篇</a> 95 <a href="{{prevLink}}" title="{{prevTitle}}" onclick="prevOrNextClickEvent();">上一篇</a>
@@ -104,8 +98,6 @@ @@ -104,8 +98,6 @@
104 <a href="{{nextLink}}" title="{{nextTitle}}" onclick="prevOrNextClickEvent();">下一篇</a> 98 <a href="{{nextLink}}" title="{{nextTitle}}" onclick="prevOrNextClickEvent();">下一篇</a>
105 </span> 99 </span>
106 </div> 100 </div>
107 -  
108 -  
109 <div class="recomment"> 101 <div class="recomment">
110 <h2>相關推薦</h2> 102 <h2>相關推薦</h2>
111 <ul></ul> 103 <ul></ul>
@@ -135,4 +127,4 @@ @@ -135,4 +127,4 @@
135 </a> 127 </a>
136 </li> 128 </li>
137 \{{/relatedPost}} 129 \{{/relatedPost}}
138 -</script>  
  130 +</script>
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - <meta charset="UTF-8">  
5 - <meta http-equiv="X-UA-Compatible" content="IE=Edge">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">  
7 - <meta content="yes" name="apple-mobile-web-app-capable" />  
8 - <meta content="telephone=no" name="format-detection" />  
9 - <meta content="black" name="apple-mobile-web-app-status-bar-style" /> 4 + <meta charset="UTF-8"/>
  5 + <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  6 + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"/>
  7 + <meta content="yes" name="apple-mobile-web-app-capable"/>
  8 + <meta content="telephone=no" name="format-detection"/>
  9 + <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
10 <title>{{title}}</title> 10 <title>{{title}}</title>
11 - <meta name="keywords" content="{{keywords}}" />  
12 - <meta name="description" content="{{description}}" /> 11 + <meta name="keywords" content="{{keywords}}"/>
  12 + <meta name="description" content="{{description}}"/>
13 <meta name="author" content="yohogirls.com" /> 13 <meta name="author" content="yohogirls.com" />
14 <meta name="robots" content="index, follow"/> 14 <meta name="robots" content="index, follow"/>
15 <meta name="googlebot" content="index, follow"/> 15 <meta name="googlebot" content="index, follow"/>
16 - <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY" />  
17 - <meta property="wb:webmaster" content="5ffc4cd75e724a17" />  
18 - <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script> 16 + <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
  17 + <meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
19 {{# isDetail}} 18 {{# isDetail}}
20 <meta property="fb:app_id" content="{{app_id}}"/> 19 <meta property="fb:app_id" content="{{app_id}}"/>
21 <meta property="og:site_name" content="{{site_name}}"/> 20 <meta property="og:site_name" content="{{site_name}}"/>
@@ -23,17 +22,16 @@ @@ -23,17 +22,16 @@
23 <meta property="og:type" content="{{type}}"/> 22 <meta property="og:type" content="{{type}}"/>
24 <meta property="og:url" content="{{url}}"/> 23 <meta property="og:url" content="{{url}}"/>
25 <meta property="og:image" content="{{image}}"/> 24 <meta property="og:image" content="{{image}}"/>
26 - <meta property="og:image:type" content="{{image_type}}"/>  
27 - <meta property="og:image:width" content="{{image_width}}"/>  
28 - <meta property="og:image:height" content="{{image_height}}"/>  
29 <meta property="og:description" content="{{description}}"/> 25 <meta property="og:description" content="{{description}}"/>
30 - <link rel="image_src" href="{{image_src}}"/> 26 + <link rel="image_src" href="{{image}}"/>
31 {{/ isDetail}} 27 {{/ isDetail}}
  28 + <link rel="dns-prefetch" href="//cdn.yoho.cn"/>
32 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/> 29 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
33 - <link rel="dns-prefetch" href="//img01.yohoboys.com" />  
34 - <link rel="dns-prefetch" href="//img02.yohoboys.com" />  
35 - <link rel="dns-prefetch" href="//video.yohoboys.com" />  
36 - {{> common/environment320_css}} 30 + <link rel="dns-prefetch" href="//img01.yohoboys.com"/>
  31 + <link rel="dns-prefetch" href="//img02.yohoboys.com"/>
  32 + <link rel="dns-prefetch" href="//video.yohoboys.com"/>
  33 + {{> common/environment320_css}}
  34 + <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script>
37 </head> 35 </head>
38 <body id="{{channel}}"> 36 <body id="{{channel}}">
39 <div id="mobile-wrap"> 37 <div id="mobile-wrap">
@@ -44,4 +42,5 @@ @@ -44,4 +42,5 @@
44 <a class="header-back" href="{{httpref}}"></a> 42 <a class="header-back" href="{{httpref}}"></a>
45 <span class="header-share">share</span> 43 <span class="header-share">share</span>
46 <a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchCN')">search</a> 44 <a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchCN')">search</a>
47 - </header>  
  45 + </header>
  46 +
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - <meta charset="UTF-8">  
5 - <meta http-equiv="X-UA-Compatible" content="IE=Edge">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">  
7 - <meta content="yes" name="apple-mobile-web-app-capable" />  
8 - <meta content="telephone=no" name="format-detection" />  
9 - <meta content="black" name="apple-mobile-web-app-status-bar-style" /> 4 + <meta charset="UTF-8"/>
  5 + <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  6 + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"/>
  7 + <meta content="yes" name="apple-mobile-web-app-capable"/>
  8 + <meta content="telephone=no" name="format-detection"/>
  9 + <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
10 <title>{{title}}</title> 10 <title>{{title}}</title>
11 - <meta name="keywords" content="{{keywords}}" />  
12 - <meta name="description" content="{{description}}" />  
13 - <meta name="author" content="yohogirls.com" /> 11 + <meta name="keywords" content="{{keywords}}"/>
  12 + <meta name="description" content="{{description}}"/>
  13 + <meta name="author" content="yohogirls.com"/>
14 <meta name="robots" content="index, follow"/> 14 <meta name="robots" content="index, follow"/>
15 <meta name="googlebot" content="index, follow"/> 15 <meta name="googlebot" content="index, follow"/>
16 - <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY" />  
17 - <meta property="wb:webmaster" content="5ffc4cd75e724a17" />  
18 - <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script> 16 + <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
  17 + <meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
19 {{# isDetail}} 18 {{# isDetail}}
20 <meta property="fb:app_id" content="{{app_id}}"/> 19 <meta property="fb:app_id" content="{{app_id}}"/>
21 <meta property="og:site_name" content="{{site_name}}"/> 20 <meta property="og:site_name" content="{{site_name}}"/>
@@ -23,17 +22,16 @@ @@ -23,17 +22,16 @@
23 <meta property="og:type" content="{{type}}"/> 22 <meta property="og:type" content="{{type}}"/>
24 <meta property="og:url" content="{{url}}"/> 23 <meta property="og:url" content="{{url}}"/>
25 <meta property="og:image" content="{{image}}"/> 24 <meta property="og:image" content="{{image}}"/>
26 - <meta property="og:image:type" content="{{image_type}}"/>  
27 - <meta property="og:image:width" content="{{image_width}}"/>  
28 - <meta property="og:image:height" content="{{image_height}}"/>  
29 <meta property="og:description" content="{{description}}"/> 25 <meta property="og:description" content="{{description}}"/>
30 - <link rel="image_src" href="{{image_src}}"/> 26 + <link rel="image_src" href="{{image}}"/>
31 {{/ isDetail}} 27 {{/ isDetail}}
  28 + <link rel="dns-prefetch" href="//cdn.yoho.cn"/>
32 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/> 29 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
33 - <link rel="dns-prefetch" href="//img01.yohoboys.com" />  
34 - <link rel="dns-prefetch" href="//img02.yohoboys.com" />  
35 - <link rel="dns-prefetch" href="//video.yohoboys.com" />  
36 - {{> common/environment320_css}} 30 + <link rel="dns-prefetch" href="//img01.yohoboys.com"/>
  31 + <link rel="dns-prefetch" href="//img02.yohoboys.com"/>
  32 + <link rel="dns-prefetch" href="//video.yohoboys.com"/>
  33 + {{> common/environment320_css}}
  34 + <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script>
37 </head> 35 </head>
38 <body id="{{channel}}"> 36 <body id="{{channel}}">
39 <div id="mobile-wrap"> 37 <div id="mobile-wrap">
@@ -44,4 +42,5 @@ @@ -44,4 +42,5 @@
44 <a class="header-back" href="{{httpref}}"></a> 42 <a class="header-back" href="{{httpref}}"></a>
45 <span class="header-share">share</span> 43 <span class="header-share">share</span>
46 <a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchHK')">search</a> 44 <a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchHK')">search</a>
47 - </header>  
  45 + </header>
  46 +
@@ -41,11 +41,11 @@ @@ -41,11 +41,11 @@
41 41
42 <script type="text/javascript"> 42 <script type="text/javascript">
43 var _hmt = _hmt || []; 43 var _hmt = _hmt || [];
44 -(function() {  
45 - var hm = document.createElement("script");  
46 - hm.src = "//hm.baidu.com/hm.js?f39f60905b000a015518a31b88bade9c";  
47 - var s = document.getElementsByTagName("script")[0];  
48 - s.parentNode.insertBefore(hm, s); 44 +(function(){
  45 +var hm = document.createElement("script");
  46 +hm.src = "//hm.baidu.com/hm.js?f39f60905b000a015518a31b88bade9c";
  47 +var s = document.getElementsByTagName("script")[0];
  48 +s.parentNode.insertBefore(hm, s);
49 })(); 49 })();
50 </script> 50 </script>
51 <script> 51 <script>
@@ -41,11 +41,11 @@ @@ -41,11 +41,11 @@
41 41
42 <script type="text/javascript"> 42 <script type="text/javascript">
43 var _hmt = _hmt || []; 43 var _hmt = _hmt || [];
44 -(function() {  
45 - var hm = document.createElement("script");  
46 - hm.src = "//hm.baidu.com/hm.js?f39f60905b000a015518a31b88bade9c";  
47 - var s = document.getElementsByTagName("script")[0];  
48 - s.parentNode.insertBefore(hm, s); 44 +(function(){
  45 +var hm = document.createElement("script");
  46 +hm.src = "//hm.baidu.com/hm.js?f39f60905b000a015518a31b88bade9c";
  47 +var s = document.getElementsByTagName("script")[0];
  48 +s.parentNode.insertBefore(hm, s);
49 })(); 49 })();
50 </script> 50 </script>
51 <script> 51 <script>
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - <meta charset="UTF-8">  
5 - <meta http-equiv="X-UA-Compatible" content="IE=Edge">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">  
7 - <meta content="yes" name="apple-mobile-web-app-capable" />  
8 - <meta content="telephone=no" name="format-detection" />  
9 - <meta content="black" name="apple-mobile-web-app-status-bar-style" /> 4 + <meta charset="UTF-8"/>
  5 + <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  6 + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"/>
  7 + <meta content="yes" name="apple-mobile-web-app-capable"/>
  8 + <meta content="telephone=no" name="format-detection"/>
  9 + <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
10 <title>{{title}}</title> 10 <title>{{title}}</title>
11 - <meta name="keywords" content="{{keywords}}" />  
12 - <meta name="description" content="{{description}}" />  
13 - <meta name="author" content="yohogirls.com" />  
14 - <meta name="robots" content="index,follow" />  
15 - <meta name="googlebot" content="index,follow" />  
16 - <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY" />  
17 - <meta property="wb:webmaster" content="5ffc4cd75e724a17" />  
18 - <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script> 11 + <meta name="keywords" content="{{keywords}}"/>
  12 + <meta name="description" content="{{description}}"/>
  13 + <meta name="author" content="yohogirls.com"/>
  14 + <meta name="robots" content="index,follow"/>
  15 + <meta name="googlebot" content="index,follow"/>
  16 + <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
  17 + <meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
19 {{# isDetail}} 18 {{# isDetail}}
20 <meta property="fb:app_id" content="{{app_id}}"/> 19 <meta property="fb:app_id" content="{{app_id}}"/>
21 <meta property="og:site_name" content="{{site_name}}"/> 20 <meta property="og:site_name" content="{{site_name}}"/>
@@ -23,17 +22,15 @@ @@ -23,17 +22,15 @@
23 <meta property="og:type" content="{{type}}"/> 22 <meta property="og:type" content="{{type}}"/>
24 <meta property="og:url" content="{{url}}"/> 23 <meta property="og:url" content="{{url}}"/>
25 <meta property="og:image" content="{{image}}"/> 24 <meta property="og:image" content="{{image}}"/>
26 - <meta property="og:image:type" content="{{image_type}}"/>  
27 - <meta property="og:image:width" content="{{image_width}}"/>  
28 - <meta property="og:image:height" content="{{image_height}}"/>  
29 <meta property="og:description" content="{{description}}"/> 25 <meta property="og:description" content="{{description}}"/>
30 - <link rel="image_src" href="{{image_src}}"/> 26 + <link rel="image_src" href="{{image}}"/>
31 {{/ isDetail}} 27 {{/ isDetail}}
32 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/> 28 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
33 - <link rel="dns-prefetch" href="//img01.yohoboys.com" />  
34 - <link rel="dns-prefetch" href="//img02.yohoboys.com" />  
35 - <link rel="dns-prefetch" href="//video.yohoboys.com" />  
36 - {{> common/environment320_css}} 29 + <link rel="dns-prefetch" href="//img01.yohoboys.com"/>
  30 + <link rel="dns-prefetch" href="//img02.yohoboys.com"/>
  31 + <link rel="dns-prefetch" href="//video.yohoboys.com"/>
  32 + {{> common/environment320_css}}
  33 + <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script>
37 </head> 34 </head>
38 <body id="{{channel}}"> 35 <body id="{{channel}}">
39 <div id="mobile-wrap"> 36 <div id="mobile-wrap">
@@ -56,4 +53,5 @@ @@ -56,4 +53,5 @@
56 <li class="swiper-slide nav-video"><a href="/video/mobile.html" onclick="YOHODCLICK('channel','mobile','videoCN')">video</a></li> 53 <li class="swiper-slide nav-video"><a href="/video/mobile.html" onclick="YOHODCLICK('channel','mobile','videoCN')">video</a></li>
57 </ul> 54 </ul>
58 </nav> 55 </nav>
59 - </div>  
  56 + </div>
  57 +
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />  
5 - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 4 + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  5 + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
6 <title>{{title}}</title> 6 <title>{{title}}</title>
7 - <meta name="keywords" content="{{keywords}}" />  
8 - <meta name="description" content="{{description}}" />  
9 - <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY" />  
10 - <meta name="author" content="yohogirls.com" />  
11 - <meta name="robots" content="index,follow" />  
12 - <meta name="googlebot" content="index,follow" />  
13 - <meta property="wb:webmaster" content="5ffc4cd75e724a17" />  
14 - <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>  
15 - <link rel="dns-prefetch" href="//img01.yohoboys.com" />  
16 - <link rel="dns-prefetch" href="//img02.yohoboys.com" />  
17 - <link rel="dns-prefetch" href="//video.yohoboys.com" />  
18 - <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isMobile=isIphone||isAndroid;if(isMobile){window.location.href=window.location.href.replace("index","mobile");}}</script> 7 + <meta name="keywords" content="{{keywords}}"/>
  8 + <meta name="description" content="{{description}}"/>
  9 + <meta name="author" content="yohogirls.com"/>
  10 + <meta name="robots" content="index,follow"/>
  11 + <meta name="googlebot" content="index,follow"/>
  12 + <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
  13 + <meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
19 {{# isDetail}} 14 {{# isDetail}}
20 <meta property="fb:app_id" content="{{app_id}}"/> 15 <meta property="fb:app_id" content="{{app_id}}"/>
21 <meta property="og:site_name" content="{{site_name}}"/> 16 <meta property="og:site_name" content="{{site_name}}"/>
@@ -23,12 +18,16 @@ @@ -23,12 +18,16 @@
23 <meta property="og:type" content="{{type}}"/> 18 <meta property="og:type" content="{{type}}"/>
24 <meta property="og:url" content="{{url}}"/> 19 <meta property="og:url" content="{{url}}"/>
25 <meta property="og:image" content="{{image}}"/> 20 <meta property="og:image" content="{{image}}"/>
26 - <meta property="og:image:type" content="{{image_type}}"/>  
27 - <meta property="og:image:width" content="{{image_width}}"/>  
28 - <meta property="og:image:height" content="{{image_height}}"/>  
29 <meta property="og:description" content="{{description}}"/> 21 <meta property="og:description" content="{{description}}"/>
  22 + <link rel="image_src" href="{{image}}"/>
30 {{/ isDetail}} 23 {{/ isDetail}}
  24 + <link rel="dns-prefetch" href="//cdn.yoho.cn"/>
  25 + <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
  26 + <link rel="dns-prefetch" href="//img01.yohoboys.com"/>
  27 + <link rel="dns-prefetch" href="//img02.yohoboys.com"/>
  28 + <link rel="dns-prefetch" href="//video.yohoboys.com"/>
31 {{> common/environment_css}} 29 {{> common/environment_css}}
  30 + <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isMobile=isIphone||isAndroid;if(isMobile){window.location.href=window.location.href.replace("index","mobile");}}</script>
32 </head> 31 </head>
33 <body> 32 <body>
34 <!--开头的集团导航--> 33 <!--开头的集团导航-->
@@ -54,7 +53,6 @@ @@ -54,7 +53,6 @@
54 <a class="hover-text">時尚</a> 53 <a class="hover-text">時尚</a>
55 <a class="menu" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','fashionHK')"></a> 54 <a class="menu" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','fashionHK')"></a>
56 <div class="submenu submenu-fashion"> 55 <div class="submenu submenu-fashion">
57 - <!--<span class="arrow"></span>-->  
58 <div class="submenu-loading"></div> 56 <div class="submenu-loading"></div>
59 <div class="more-content"><a class="more-content" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','moreFashionHK')">More &gt;</a></div> 57 <div class="more-content"><a class="more-content" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','moreFashionHK')">More &gt;</a></div>
60 </div> 58 </div>
@@ -66,7 +64,6 @@ @@ -66,7 +64,6 @@
66 <a class="hover-text">美容</a> 64 <a class="hover-text">美容</a>
67 <a class="menu" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','beautyHK')"></a> 65 <a class="menu" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','beautyHK')"></a>
68 <div class="submenu submenu-beauty"> 66 <div class="submenu submenu-beauty">
69 - <!--<span class="arrow"></span>-->  
70 <div class="submenu-loading"></div> 67 <div class="submenu-loading"></div>
71 <div class="more-content"><a class="more-content" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','moreBeautyHK')">More &gt;</a></div> 68 <div class="more-content"><a class="more-content" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','moreBeautyHK')">More &gt;</a></div>
72 </div> 69 </div>
@@ -78,7 +75,6 @@ @@ -78,7 +75,6 @@
78 <a class="hover-text">運動</a> 75 <a class="hover-text">運動</a>
79 <a class="menu" href="/sport/index.html" onclick="YOHODCLICK('channel','web','sportHK')"></a> 76 <a class="menu" href="/sport/index.html" onclick="YOHODCLICK('channel','web','sportHK')"></a>
80 <div class="submenu submenu-sport"> 77 <div class="submenu submenu-sport">
81 - <!--<span class="arrow"></span>-->  
82 <div class="submenu-loading"></div> 78 <div class="submenu-loading"></div>
83 <div class="more-content"><a class="more-content" href="/sport/index.html" onclick="YOHODCLICK('channel','web','moreSportHK')">More &gt;</a></div> 79 <div class="more-content"><a class="more-content" href="/sport/index.html" onclick="YOHODCLICK('channel','web','moreSportHK')">More &gt;</a></div>
84 </div> 80 </div>
@@ -90,7 +86,6 @@ @@ -90,7 +86,6 @@
90 <a class="hover-text">生活</a> 86 <a class="hover-text">生活</a>
91 <a class="menu" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','lifestyleHK')"></a> 87 <a class="menu" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','lifestyleHK')"></a>
92 <div class="submenu submenu-lifestyle"> 88 <div class="submenu submenu-lifestyle">
93 - <!--<span class="arrow"></span>-->  
94 <div class="submenu-loading"></div> 89 <div class="submenu-loading"></div>
95 <div class="more-content"><a class="more-content" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','moreLifestyleHK')">More &gt;</a></div> 90 <div class="more-content"><a class="more-content" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','moreLifestyleHK')">More &gt;</a></div>
96 </div> 91 </div>
@@ -156,7 +151,6 @@ @@ -156,7 +151,6 @@
156 <a class="menu" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','fashionHK')"></a> 151 <a class="menu" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','fashionHK')"></a>
157 <div class="submenu submenu-fashion"> 152 <div class="submenu submenu-fashion">
158 <div class="submenu-loading"></div> 153 <div class="submenu-loading"></div>
159 - <!--<span class="arrow"></span>-->  
160 <div class="more-content"><a class="more-content" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','moreFashionHK')">More &gt;</a></div> 154 <div class="more-content"><a class="more-content" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','moreFashionHK')">More &gt;</a></div>
161 </div> 155 </div>
162 </span> 156 </span>
@@ -167,7 +161,6 @@ @@ -167,7 +161,6 @@
167 <a class="hover-text">美容</a> 161 <a class="hover-text">美容</a>
168 <a class="menu" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','beautyHK')"></a> 162 <a class="menu" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','beautyHK')"></a>
169 <div class="submenu submenu-beauty"> 163 <div class="submenu submenu-beauty">
170 - <!--<span class="arrow"></span>-->  
171 <div class="submenu-loading"></div> 164 <div class="submenu-loading"></div>
172 <div class="more-content"><a class="more-content" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','moreBeautyHK')">More &gt;</a></div> 165 <div class="more-content"><a class="more-content" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','moreBeautyHK')">More &gt;</a></div>
173 </div> 166 </div>
@@ -179,7 +172,6 @@ @@ -179,7 +172,6 @@
179 <a class="hover-text">運動</a> 172 <a class="hover-text">運動</a>
180 <a class="menu" href="/sport/index.html" onclick="YOHODCLICK('channel','web','sportHK')"></a> 173 <a class="menu" href="/sport/index.html" onclick="YOHODCLICK('channel','web','sportHK')"></a>
181 <div class="submenu submenu-sport"> 174 <div class="submenu submenu-sport">
182 - <!--<span class="arrow"></span>-->  
183 <div class="submenu-loading"></div> 175 <div class="submenu-loading"></div>
184 <div class="more-content"><a class="more-content" href="/sports/index.html" onclick="YOHODCLICK('channel','web','moreSportHK')">More &gt;</a></div> 176 <div class="more-content"><a class="more-content" href="/sports/index.html" onclick="YOHODCLICK('channel','web','moreSportHK')">More &gt;</a></div>
185 </div> 177 </div>
@@ -191,7 +183,6 @@ @@ -191,7 +183,6 @@
191 <a class="hover-text">生活</a> 183 <a class="hover-text">生活</a>
192 <a class="menu" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','lifestyleHK')"></a> 184 <a class="menu" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','lifestyleHK')"></a>
193 <div class="submenu submenu-lifestyle"> 185 <div class="submenu submenu-lifestyle">
194 - <!--<span class="arrow"></span>-->  
195 <div class="submenu-loading"></div> 186 <div class="submenu-loading"></div>
196 <div class="more-content"><a class="more-content" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','moreLifestyleHK')">More &gt;</a></div> 187 <div class="more-content"><a class="more-content" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','moreLifestyleHK')">More &gt;</a></div>
197 </div> 188 </div>
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - <meta charset="UTF-8">  
5 - <meta http-equiv="X-UA-Compatible" content="IE=Edge">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">  
7 - <meta content="yes" name="apple-mobile-web-app-capable" />  
8 - <meta content="telephone=no" name="format-detection" />  
9 - <meta content="black" name="apple-mobile-web-app-status-bar-style" /> 4 + <meta charset="UTF-8"/>
  5 + <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  6 + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"/>
  7 + <meta content="yes" name="apple-mobile-web-app-capable"/>
  8 + <meta content="telephone=no" name="format-detection"/>
  9 + <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
10 <title>{{title}}</title> 10 <title>{{title}}</title>
11 - <meta name="keywords" content="{{keywords}}" />  
12 - <meta name="description" content="{{description}}" />  
13 - <meta name="author" content="yohogirls.com" /> 11 + <meta name="keywords" content="{{keywords}}"/>
  12 + <meta name="description" content="{{description}}"/>
  13 + <meta name="author" content="yohogirls.com"/>
14 <meta name="robots" content="index, follow"/> 14 <meta name="robots" content="index, follow"/>
15 <meta name="googlebot" content="index, follow"/> 15 <meta name="googlebot" content="index, follow"/>
16 - <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY" />  
17 - <meta property="wb:webmaster" content="5ffc4cd75e724a17" />  
18 - <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script> 16 + <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
  17 + <meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
19 {{# isDetail}} 18 {{# isDetail}}
20 <meta property="fb:app_id" content="{{app_id}}"/> 19 <meta property="fb:app_id" content="{{app_id}}"/>
21 <meta property="og:site_name" content="{{site_name}}"/> 20 <meta property="og:site_name" content="{{site_name}}"/>
@@ -23,17 +22,16 @@ @@ -23,17 +22,16 @@
23 <meta property="og:type" content="{{type}}"/> 22 <meta property="og:type" content="{{type}}"/>
24 <meta property="og:url" content="{{url}}"/> 23 <meta property="og:url" content="{{url}}"/>
25 <meta property="og:image" content="{{image}}"/> 24 <meta property="og:image" content="{{image}}"/>
26 - <meta property="og:image:type" content="{{image_type}}"/>  
27 - <meta property="og:image:width" content="{{image_width}}"/>  
28 - <meta property="og:image:height" content="{{image_height}}"/>  
29 <meta property="og:description" content="{{description}}"/> 25 <meta property="og:description" content="{{description}}"/>
30 - <link rel="image_src" href="{{image_src}}"/> 26 + <link rel="image_src" href="{{image}}"/>
31 {{/ isDetail}} 27 {{/ isDetail}}
  28 + <link rel="dns-prefetch" href="//cdn.yoho.cn"/>
32 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/> 29 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
33 - <link rel="dns-prefetch" href="//img01.yohoboys.com" />  
34 - <link rel="dns-prefetch" href="//img02.yohoboys.com" />  
35 - <link rel="dns-prefetch" href="//video.yohoboys.com" /> 30 + <link rel="dns-prefetch" href="//img01.yohoboys.com"/>
  31 + <link rel="dns-prefetch" href="//img02.yohoboys.com"/>
  32 + <link rel="dns-prefetch" href="//video.yohoboys.com"/>
36 {{> common/environment320_css}} 33 {{> common/environment320_css}}
  34 + <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script>
37 </head> 35 </head>
38 <body id="{{channel}}"> 36 <body id="{{channel}}">
39 <div id="mobile-wrap"> 37 <div id="mobile-wrap">
@@ -56,4 +54,5 @@ @@ -56,4 +54,5 @@
56 <li class="swiper-slide nav-video"><a href="/video/mobile.html" onclick="YOHODCLICK('channel','mobile','videoHK')">video</a></li> 54 <li class="swiper-slide nav-video"><a href="/video/mobile.html" onclick="YOHODCLICK('channel','mobile','videoHK')">video</a></li>
57 </ul> 55 </ul>
58 </nav> 56 </nav>
59 - </div>  
  57 + </div>
  58 +
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />  
5 - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 4 + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  5 + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
6 <title>{{title}}</title> 6 <title>{{title}}</title>
7 - <meta name="keywords" content="{{keywords}}" />  
8 - <meta name="description" content="{{description}}" />  
9 - <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY" />  
10 - <meta name="author" content="yohogirls.com" />  
11 - <meta name="robots" content="index,follow" />  
12 - <meta name="googlebot" content="index,follow" />  
13 - <meta property="wb:webmaster" content="5ffc4cd75e724a17" />  
14 - <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>  
15 - <link rel="dns-prefetch" href="//img01.yohoboys.com" />  
16 - <link rel="dns-prefetch" href="//img02.yohoboys.com" />  
17 - <link rel="dns-prefetch" href="//video.yohoboys.com" />  
18 - <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isMobile=isIphone||isAndroid;if(isMobile){window.location.href=window.location.href.replace("index","mobile");}}</script> 7 + <meta name="keywords" content="{{keywords}}"/>
  8 + <meta name="description" content="{{description}}"/>
  9 + <meta name="author" content="yohogirls.com"/>
  10 + <meta name="robots" content="index,follow"/>
  11 + <meta name="googlebot" content="index,follow"/>
  12 + <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
  13 + <meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
19 {{# isDetail}} 14 {{# isDetail}}
20 <meta property="fb:app_id" content="{{app_id}}"/> 15 <meta property="fb:app_id" content="{{app_id}}"/>
21 <meta property="og:site_name" content="{{site_name}}"/> 16 <meta property="og:site_name" content="{{site_name}}"/>
@@ -23,12 +18,16 @@ @@ -23,12 +18,16 @@
23 <meta property="og:type" content="{{type}}"/> 18 <meta property="og:type" content="{{type}}"/>
24 <meta property="og:url" content="{{url}}"/> 19 <meta property="og:url" content="{{url}}"/>
25 <meta property="og:image" content="{{image}}"/> 20 <meta property="og:image" content="{{image}}"/>
26 - <meta property="og:image:type" content="{{image_type}}"/>  
27 - <meta property="og:image:width" content="{{image_width}}"/>  
28 - <meta property="og:image:height" content="{{image_height}}"/>  
29 <meta property="og:description" content="{{description}}"/> 21 <meta property="og:description" content="{{description}}"/>
  22 + <link rel="image_src" href="{{image}}"/>
30 {{/ isDetail}} 23 {{/ isDetail}}
  24 + <link rel="dns-prefetch" href="//cdn.yoho.cn"/>
  25 + <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
  26 + <link rel="dns-prefetch" href="//img01.yohoboys.com"/>
  27 + <link rel="dns-prefetch" href="//img02.yohoboys.com"/>
  28 + <link rel="dns-prefetch" href="//video.yohoboys.com"/>
31 {{> common/environment_css}} 29 {{> common/environment_css}}
  30 + <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isMobile=isIphone||isAndroid;if(isMobile){window.location.href=window.location.href.replace("index","mobile");}}</script>
32 </head> 31 </head>
33 <body> 32 <body>
34 <!--开头的集团导航--> 33 <!--开头的集团导航-->
@@ -55,7 +54,6 @@ @@ -55,7 +54,6 @@
55 <a class="menu" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','fashionCN')"></a> 54 <a class="menu" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','fashionCN')"></a>
56 <div class="submenu submenu-fashion"> 55 <div class="submenu submenu-fashion">
57 <div class="submenu-loading"></div> 56 <div class="submenu-loading"></div>
58 - <!--<span class="arrow"></span>-->  
59 <div class="more-content"><a class="more-content" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','moreFashionCN')">More &gt;</a></div> 57 <div class="more-content"><a class="more-content" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','moreFashionCN')">More &gt;</a></div>
60 </div> 58 </div>
61 </span> 59 </span>
@@ -67,7 +65,6 @@ @@ -67,7 +65,6 @@
67 <a class="menu" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','beautyCN')"></a> 65 <a class="menu" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','beautyCN')"></a>
68 <div class="submenu submenu-beauty"> 66 <div class="submenu submenu-beauty">
69 <div class="submenu-loading"></div> 67 <div class="submenu-loading"></div>
70 - <!--<span class="arrow"></span>-->  
71 <div class="more-content"><a class="more-content" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','moreBeautyCN')">More &gt;</a></div> 68 <div class="more-content"><a class="more-content" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','moreBeautyCN')">More &gt;</a></div>
72 </div> 69 </div>
73 </span> 70 </span>
@@ -79,7 +76,6 @@ @@ -79,7 +76,6 @@
79 <a class="menu" href="/sport/index.html" onclick="YOHODCLICK('channel','web','sportCN')"></a> 76 <a class="menu" href="/sport/index.html" onclick="YOHODCLICK('channel','web','sportCN')"></a>
80 <div class="submenu submenu-sport"> 77 <div class="submenu submenu-sport">
81 <div class="submenu-loading"></div> 78 <div class="submenu-loading"></div>
82 - <!--<span class="arrow"></span>-->  
83 <div class="more-content"><a class="more-content" href="/sports/index.html" onclick="YOHODCLICK('channel','web','moreSportCN')">More &gt;</a></div> 79 <div class="more-content"><a class="more-content" href="/sports/index.html" onclick="YOHODCLICK('channel','web','moreSportCN')">More &gt;</a></div>
84 </div> 80 </div>
85 </span> 81 </span>
@@ -90,7 +86,6 @@ @@ -90,7 +86,6 @@
90 <a class="hover-text">生活</a> 86 <a class="hover-text">生活</a>
91 <a class="menu" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','lifestyleCN')"></a> 87 <a class="menu" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','lifestyleCN')"></a>
92 <div class="submenu submenu-lifestyle"> 88 <div class="submenu submenu-lifestyle">
93 - <!--<span class="arrow"></span>-->  
94 <div class="submenu-loading"></div> 89 <div class="submenu-loading"></div>
95 <div class="more-content"><a class="more-content" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','moreLifestyleCN')">More &gt;</a></div> 90 <div class="more-content"><a class="more-content" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','moreLifestyleCN')">More &gt;</a></div>
96 </div> 91 </div>
@@ -154,7 +149,6 @@ @@ -154,7 +149,6 @@
154 <a class="hover-text">时尚</a> 149 <a class="hover-text">时尚</a>
155 <a class="menu" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','fashionCN')"></a> 150 <a class="menu" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','fashionCN')"></a>
156 <div class="submenu submenu-fashion"> 151 <div class="submenu submenu-fashion">
157 - <!--<span class="arrow"></span>-->  
158 <div class="submenu-loading"></div> 152 <div class="submenu-loading"></div>
159 <div class="more-content"><a class="more-content" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','moreFashionCN')">More &gt;</a></div> 153 <div class="more-content"><a class="more-content" href="/fashion/index.html" onclick="YOHODCLICK('channel','web','moreFashionCN')">More &gt;</a></div>
160 </div> 154 </div>
@@ -166,7 +160,6 @@ @@ -166,7 +160,6 @@
166 <a class="hover-text">美容</a> 160 <a class="hover-text">美容</a>
167 <a class="menu" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','beautyCN')"></a> 161 <a class="menu" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','beautyCN')"></a>
168 <div class="submenu submenu-beauty"> 162 <div class="submenu submenu-beauty">
169 - <!--<span class="arrow"></span>-->  
170 <div class="submenu-loading"></div> 163 <div class="submenu-loading"></div>
171 <div class="more-content"><a class="more-content" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','moreBeautyCN')">More &gt;</a></div> 164 <div class="more-content"><a class="more-content" href="/beauty/index.html" onclick="YOHODCLICK('channel','web','moreBeautyCN')">More &gt;</a></div>
172 </div> 165 </div>
@@ -178,7 +171,6 @@ @@ -178,7 +171,6 @@
178 <a class="hover-text">运动</a> 171 <a class="hover-text">运动</a>
179 <a class="menu" href="/sport/index.html" onclick="YOHODCLICK('channel','web','sportCN')"></a> 172 <a class="menu" href="/sport/index.html" onclick="YOHODCLICK('channel','web','sportCN')"></a>
180 <div class="submenu submenu-sport"> 173 <div class="submenu submenu-sport">
181 - <!--<span class="arrow"></span>-->  
182 <div class="submenu-loading"></div> 174 <div class="submenu-loading"></div>
183 <div class="more-content"><a class="more-content" href="/sports/index.html" onclick="YOHODCLICK('channel','web','moreSportCN')">More &gt;</a></div> 175 <div class="more-content"><a class="more-content" href="/sports/index.html" onclick="YOHODCLICK('channel','web','moreSportCN')">More &gt;</a></div>
184 </div> 176 </div>
@@ -190,7 +182,6 @@ @@ -190,7 +182,6 @@
190 <a class="hover-text">生活</a> 182 <a class="hover-text">生活</a>
191 <a class="menu" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','lifestyleCN')"></a> 183 <a class="menu" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','lifestyleCN')"></a>
192 <div class="submenu submenu-lifestyle"> 184 <div class="submenu submenu-lifestyle">
193 - <!--<span class="arrow"></span>-->  
194 <div class="submenu-loading"></div> 185 <div class="submenu-loading"></div>
195 <div class="more-content"><a class="more-content" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','moreLifestyleCN')">More &gt;</a></div> 186 <div class="more-content"><a class="more-content" href="/lifestyle/index.html" onclick="YOHODCLICK('channel','web','moreLifestyleCN')">More &gt;</a></div>
196 </div> 187 </div>
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - <meta charset="UTF-8">  
5 - <meta http-equiv="X-UA-Compatible" content="IE=Edge">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">  
7 - <meta content="yes" name="apple-mobile-web-app-capable" />  
8 - <meta content="telephone=no" name="format-detection" />  
9 - <meta content="black" name="apple-mobile-web-app-status-bar-style" /> 4 + <meta charset="UTF-8"/>
  5 + <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  6 + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"/>
  7 + <meta content="yes" name="apple-mobile-web-app-capable"/>
  8 + <meta content="telephone=no" name="format-detection"/>
  9 + <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
10 <title>{{title}}</title> 10 <title>{{title}}</title>
11 - <meta name="keywords" content="{{keywords}}" />  
12 - <meta name="description" content="{{description}}" />  
13 - <meta name="author" content="yohogirls.com" /> 11 + <meta name="keywords" content="{{keywords}}"/>
  12 + <meta name="description" content="{{description}}"/>
  13 + <meta name="author" content="yohogirls.com"/>
14 <meta name="robots" content="index, follow"/> 14 <meta name="robots" content="index, follow"/>
15 <meta name="googlebot" content="index, follow"/> 15 <meta name="googlebot" content="index, follow"/>
16 - <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY" />  
17 - <meta property="wb:webmaster" content="5ffc4cd75e724a17" />  
18 - <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script> 16 + <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
  17 + <meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
19 {{# isDetail}} 18 {{# isDetail}}
20 <meta property="fb:app_id" content="{{app_id}}"/> 19 <meta property="fb:app_id" content="{{app_id}}"/>
21 <meta property="og:site_name" content="{{site_name}}"/> 20 <meta property="og:site_name" content="{{site_name}}"/>
@@ -23,17 +22,16 @@ @@ -23,17 +22,16 @@
23 <meta property="og:type" content="{{type}}"/> 22 <meta property="og:type" content="{{type}}"/>
24 <meta property="og:url" content="{{url}}"/> 23 <meta property="og:url" content="{{url}}"/>
25 <meta property="og:image" content="{{image}}"/> 24 <meta property="og:image" content="{{image}}"/>
26 - <meta property="og:image:type" content="{{image_type}}"/>  
27 - <meta property="og:image:width" content="{{image_width}}"/>  
28 - <meta property="og:image:height" content="{{image_height}}"/>  
29 <meta property="og:description" content="{{description}}"/> 25 <meta property="og:description" content="{{description}}"/>
30 - <link rel="image_src" href="{{image_src}}"/> 26 + <link rel="image_src" href="{{image}}"/>
31 {{/ isDetail}} 27 {{/ isDetail}}
  28 + <link rel="dns-prefetch" href="//cdn.yoho.cn"/>
32 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/> 29 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
33 - <link rel="dns-prefetch" href="//img01.yohoboys.com" />  
34 - <link rel="dns-prefetch" href="//img02.yohoboys.com" />  
35 - <link rel="dns-prefetch" href="//video.yohoboys.com" /> 30 + <link rel="dns-prefetch" href="//img01.yohoboys.com"/>
  31 + <link rel="dns-prefetch" href="//img02.yohoboys.com"/>
  32 + <link rel="dns-prefetch" href="//video.yohoboys.com"/>
36 {{> common/environment320_css}} 33 {{> common/environment320_css}}
  34 + <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script>
37 </head> 35 </head>
38 <body id="{{channel}}"> 36 <body id="{{channel}}">
39 <div id="mobile-wrap"> 37 <div id="mobile-wrap">
@@ -44,4 +42,5 @@ @@ -44,4 +42,5 @@
44 <a class="header-back" href="{{httpref}}"></a> 42 <a class="header-back" href="{{httpref}}"></a>
45 <span class="header-share">share</span> 43 <span class="header-share">share</span>
46 <a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchCN')">search</a> 44 <a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchCN')">search</a>
47 - </header>  
  45 + </header>
  46 +
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - <meta charset="UTF-8">  
5 - <meta http-equiv="X-UA-Compatible" content="IE=Edge">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">  
7 - <meta content="yes" name="apple-mobile-web-app-capable" />  
8 - <meta content="telephone=no" name="format-detection" />  
9 - <meta content="black" name="apple-mobile-web-app-status-bar-style" /> 4 + <meta charset="UTF-8"/>
  5 + <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  6 + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"/>
  7 + <meta content="yes" name="apple-mobile-web-app-capable"/>
  8 + <meta content="telephone=no" name="format-detection"/>
  9 + <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
10 <title>{{title}}</title> 10 <title>{{title}}</title>
11 - <meta name="keywords" content="{{keywords}}" />  
12 - <meta name="description" content="{{description}}" />  
13 - <meta name="author" content="yohogirls.com" /> 11 + <meta name="keywords" content="{{keywords}}"/>
  12 + <meta name="description" content="{{description}}"/>
  13 + <meta name="author" content="yohogirls.com"/>
14 <meta name="robots" content="index, follow"/> 14 <meta name="robots" content="index, follow"/>
15 <meta name="googlebot" content="index, follow"/> 15 <meta name="googlebot" content="index, follow"/>
16 - <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY" />  
17 - <meta property="wb:webmaster" content="5ffc4cd75e724a17" /> 16 + <meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
  17 + <meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
18 <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script> 18 <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script>
19 {{# isDetail}} 19 {{# isDetail}}
20 <meta property="fb:app_id" content="{{app_id}}"/> 20 <meta property="fb:app_id" content="{{app_id}}"/>
@@ -23,17 +23,16 @@ @@ -23,17 +23,16 @@
23 <meta property="og:type" content="{{type}}"/> 23 <meta property="og:type" content="{{type}}"/>
24 <meta property="og:url" content="{{url}}"/> 24 <meta property="og:url" content="{{url}}"/>
25 <meta property="og:image" content="{{image}}"/> 25 <meta property="og:image" content="{{image}}"/>
26 - <meta property="og:image:type" content="{{image_type}}"/>  
27 - <meta property="og:image:width" content="{{image_width}}"/>  
28 - <meta property="og:image:height" content="{{image_height}}"/>  
29 <meta property="og:description" content="{{description}}"/> 26 <meta property="og:description" content="{{description}}"/>
30 <link rel="image_src" href="{{image_src}}"/> 27 <link rel="image_src" href="{{image_src}}"/>
31 {{/ isDetail}} 28 {{/ isDetail}}
  29 + <link rel="dns-prefetch" href="//cdn.yoho.cn"/>
32 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/> 30 <link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
33 <link rel="dns-prefetch" href="//img01.yohoboys.com" /> 31 <link rel="dns-prefetch" href="//img01.yohoboys.com" />
34 <link rel="dns-prefetch" href="//img02.yohoboys.com" /> 32 <link rel="dns-prefetch" href="//img02.yohoboys.com" />
35 <link rel="dns-prefetch" href="//video.yohoboys.com" /> 33 <link rel="dns-prefetch" href="//video.yohoboys.com" />
36 {{> common/environment320_css}} 34 {{> common/environment320_css}}
  35 + <script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script>
37 </head> 36 </head>
38 <body id="{{channel}}"> 37 <body id="{{channel}}">
39 <div id="mobile-wrap"> 38 <div id="mobile-wrap">
@@ -44,4 +43,5 @@ @@ -44,4 +43,5 @@
44 <a class="header-back" href="{{httpref}}"></a> 43 <a class="header-back" href="{{httpref}}"></a>
45 <span class="header-share">share</span> 44 <span class="header-share">share</span>
46 <a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchHK')">search</a> 45 <a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchHK')">search</a>
47 - </header>  
  46 + </header>
  47 +