From 0d025db4ce2b56f603f3ef2e9ede1d93c73e1cd9 Mon Sep 17 00:00:00 2001 From: Keith Date: Mon, 30 Jun 2014 22:58:28 +0800 Subject: [PATCH] added weibo field for author --- docs/options.md | 2 +- templates/author.mustache | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 42b25bd..4f34f19 100644 --- a/docs/options.md +++ b/docs/options.md @@ -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" diff --git a/templates/author.mustache b/templates/author.mustache index b281310..f0e3fde 100644 --- a/templates/author.mustache +++ b/templates/author.mustache @@ -5,6 +5,11 @@ {{{twitter}}} {{/twitter}} + {{#weibo}} +

+ {{{weibo}}} +

+ {{/weibo}} {{#url}}

{{{url}}}