diff options
author | Justin Mayer <entroP@gmail.com> | 2017-09-04 11:06:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 11:06:52 -0700 |
commit | dcecbb6085f24420b14d97f06c53f49755db95c9 (patch) | |
tree | 3de8977ed3665245ada9c94f8e0b95f77cdc929d /pelican-bootstrap3/README.md | |
parent | 7fc1dbfcf93232725006882210f434e6561cf7dd (diff) | |
parent | 09aae94c108f54b99614ac0747c24287dbce115d (diff) | |
download | pelican-themes-dcecbb6085f24420b14d97f06c53f49755db95c9.tar.gz |
Merge pull request #531 from josch/authors-sidebar
pelican-bootstrap3: Add authors to sidebar
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index 06c1e25..f3830ed 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -259,6 +259,7 @@ icon to show. You can provide an alternative icon string as the third string (as * **Categories** will be shown if `DISPLAY_CATEGORIES_ON_SIDEBAR` is set to _True_ * **Recent Posts** will be shown if `DISPLAY_RECENT_POSTS_ON_SIDEBAR` is set to _True_ * Use `RECENT_POST_COUNT` to control the amount of recent posts. Defaults to **5** +* **Authors** will be shown if `DISPLAY_AUTHORS_ON_SIDEBAR` is set to _True_ Other sidebar related options include: |