diff --git a/src/frontmatter/author.js b/src/frontmatter/author.js index ab5d78f..e6a9c4f 100644 --- a/src/frontmatter/author.js +++ b/src/frontmatter/author.js @@ -1,5 +1,5 @@ // get author, without decoding -// WordPress doesn't allow funky characters in author names anyway +// WordPress doesn't allow funky characters in usernames anyway module.exports = (post) => { return post.data.creator[0]; }