Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
add author
  • Loading branch information
charleehu authored Jun 16, 2017
1 parent ae65281 commit 4c1f23e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ <h1>{{article.groupTitle}}{{#if article.title}} - {{article.title}}{{/if}}</h1>
</div>
{{/if}}
<div class="clearfix"></div>

{{#if article.author}}<h4 class="muted">Authored by: {{article.author}}</h4>{{/if}}

{{#if article.deprecated}}
<p class="deprecated"><span>{{__ "DEPRECATED"}}</span>
Expand Down

0 comments on commit 4c1f23e

Please sign in to comment.