Authored by 2586703@qq.com

Merge branch 'develop' into test

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <h1>{{title}}</h1> 2 <h1>{{title}}</h1>
3 <h2>{{subtitle}}</h2> 3 <h2>{{subtitle}}</h2>
4 {{#if author}} 4 {{#if author}}
5 - <p class="detail-category"><a href="{{url}}">By&nbsp;{{author}}</a>&nbsp;|&nbsp;{{class}}&nbsp;|&nbsp;{{time}}</p> 5 + <p class="detail-category"><a href="{{url}}">By&nbsp;{{author}}</a>&nbsp;|&nbsp;{{class}}&nbsp;|&nbsp;<span class="detail-time" _time="{{time}}"></span></p>
6 {{^}} 6 {{^}}
7 <p class="detail-category">{{class}}&nbsp;|&nbsp;<span class="detail-time" _time="{{time}}"></span></p> 7 <p class="detail-category">{{class}}&nbsp;|&nbsp;<span class="detail-time" _time="{{time}}"></span></p>
8 {{/if}} 8 {{/if}}