Skip to content

Commit

Permalink
added weibo field for author
Browse files Browse the repository at this point in the history
  • Loading branch information
lufengd3 authored and jdan committed Jun 30, 2014
1 parent 0c0dfb7 commit 0d025db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/options.md
Expand Up @@ -34,7 +34,7 @@ These fields include:

* **name**: Your full name
* **url**: A url to your website
* **twitter**: Your twitter handle
* **twitter**: Your twitter handle (weibo also supported)
* **email**: Your email address

Please note that some characters must be escaped. For example, "@username"
Expand Down
5 changes: 5 additions & 0 deletions templates/author.mustache
Expand Up @@ -5,6 +5,11 @@
<a href="http://twitter.com/{{{twitter}}}">{{{twitter}}}</a>
</h3>
{{/twitter}}
{{#weibo}}
<h3 class="weibo">
<a href="http://weibo.com/{{{weibo}}}">{{{weibo}}}</a>
</h3>
{{/weibo}}
{{#url}}
<h3 class="url">
<a href="{{{url}}}">{{{url}}}</a>
Expand Down

0 comments on commit 0d025db

Please sign in to comment.