From 739be5a7851ed01e96d5316e0ccbd5b57abf27c3 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sun, 21 Feb 2016 13:55:49 -0500 Subject: [PATCH] document how to use `authors` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9583c63..9e5b38d 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ There are several ways to convey this author-specific information. Author inform In the above example, the author `benbalter`'s Twitter handle will be resolved to `@jekyllrb`. This allows you to centralize author information in a single `_data/authors` file for site with many authors that require more than just the author's username. + *Pro-tip: If `authors` is present in the document's front matter as an array (and `author` is not), the plugin will use the first author listed, as Twitter supports only one author.* + 4. An author in the document's front matter (the simplest way), e.g.: ```yml