Skip to content

Commit

Permalink
Add support in author.mustache for github attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Aug 26, 2014
1 parent 0d025db commit 06d9e6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/author.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<a href="http://twitter.com/{{{twitter}}}">{{{twitter}}}</a>
</h3>
{{/twitter}}
{{#github}}
<h3 class="github">
<a href="https://github.com/{{{github}}}">{{{github}}}</a>
</h3>
{{/github}}
{{#weibo}}
<h3 class="weibo">
<a href="http://weibo.com/{{{weibo}}}">{{{weibo}}}</a>
Expand Down

0 comments on commit 06d9e6d

Please sign in to comment.