Fix git identity
The "last edited by" field on wiki.js should reflect the last person who made a commit on Github, it currently doesn't.
Here's some examples… If i use git locally, my username shows, if I make changes with my user account on the site it's undefined or anon.

WikiJS only supports a single commit identity by default, I believe.
@bmann Hmm, maybe that will change 🤞
Thanks for reporting this @ChrisChinchilla. We should definitely try to display the latest contributor (whether the edit is on eth.wiki or github) under "Last edited by". I believe the author name is correctly displayed when edits go from eth.wiki to github.com/ethereum/eth-wiki, so the issue is only for github -> eth.wiki.
Please feel free to add more issues needed for the git integration to work seamlessly and assign me to them.