attila_pelican_theme/templates
Brandon DeRosier 472f835f9a Implement AUTHOR_BIO "name" and "cover" fields. (#16)
* Implement AUTHOR_BIO "name" and "cover" fields.

In the theme readme, there's are "name" and "cover" fields in the
AUTHOR_BIO example, but these two fields weren't implemented yet.

Instead, the author page was displaying the author entry through
the title Jinja2 filter (which doesn't work so well for surnames like
mine, which contains multiple capital letters ;) ), and the cover
image was being used for the avatar image. This change uses the
"name" and "cover" fields for these, respectfully.

The cover image on the author page will also gracefully fall back
to the site default if an author cover isn't specified as well.

* Correct name author name display in post loop

* Set author name if author bio not set

default author name string will be title and that can be override form auther bio name
2017-12-02 23:15:03 -08:00
..
partials Implement AUTHOR_BIO "name" and "cover" fields. (#16) 2017-12-02 23:15:03 -08:00
archives.html updated missing slash / 2017-06-04 18:25:42 +05:30
article.html Implement AUTHOR_BIO "name" and "cover" fields. (#16) 2017-12-02 23:15:03 -08:00
author.html Implement AUTHOR_BIO "name" and "cover" fields. (#16) 2017-12-02 23:15:03 -08:00
authors.html Implement AUTHOR_BIO "name" and "cover" fields. (#16) 2017-12-02 23:15:03 -08:00
base.html issues #6 and #7 customize credits 2017-06-10 01:20:59 +05:30
categories.html updated missing slash / 2017-06-04 18:25:42 +05:30
category.html updated missing slash / 2017-06-04 18:25:42 +05:30
index.html added slash in missing files 2017-06-03 10:37:59 +05:30
page.html updated missing slash / 2017-06-04 18:25:42 +05:30
period_archives.html missing slash in SITEURL 2017-06-10 00:24:33 +05:30
tag.html missing slash in SITEURL 2017-06-10 00:24:33 +05:30
tags.html missing slash in SITEURL 2017-06-10 00:24:33 +05:30