Merge branch 'develop' into test
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 {{author}}</a> | {{class}} | {{time}}</p> | 5 | + <p class="detail-category"><a href="{{url}}">By {{author}}</a> | {{class}} | <span class="detail-time" _time="{{time}}"></span></p> |
6 | {{^}} | 6 | {{^}} |
7 | <p class="detail-category">{{class}} | <span class="detail-time" _time="{{time}}"></span></p> | 7 | <p class="detail-category">{{class}} | <span class="detail-time" _time="{{time}}"></span></p> |
8 | {{/if}} | 8 | {{/if}} |
-
Please register or login to post a comment