jekyll-feed
jekyll-feed copied to clipboard
Fill `entry.author` element with proper value when author name is unavailable
This PR attempts to fix #299, where entry > author
element will be filled with either of:
-
author.name
. -
author.twitter
, prepend with@
. - key string used to search in
authors.yml
, if neithername
nortwitter
is available.
Hi @pingu8007 Could you update the title to something that best describes the patch? Thanks. (One should not have to read an entire issue-ticket to get that info..)