Feature: Adding linkback functionality Author avatar & Name (#1386)

* adding linkback funct to author avatar & nm

* rm author_class; change linkback var to home; updating config docs
This commit is contained in:
Andrew Newhouse
2017-12-11 12:37:10 -05:00
committed by Michael Rose
parent 5490b6f46a
commit 9ca57649c1
3 changed files with 26 additions and 3 deletions

View File

@@ -646,6 +646,7 @@ author:
bio : "My awesome biography constrained to a sentence or two goes here."
email : # optional
uri : "http://your-site.com"
home : # null (default), "absolute or relative url to link to author home"
```
Social media links are all optional, include the ones you want visible. In most cases you just need to add the username. If you're unsure double check `_includes/author-profile.html` to see how the URL is constructed.