diff options
author | Johannes 'josch' Schauer <josch@mister-muffin.de> | 2017-07-29 19:57:37 +0200 |
---|---|---|
committer | Johannes 'josch' Schauer <josch@mister-muffin.de> | 2017-07-29 20:05:55 +0200 |
commit | 09aae94c108f54b99614ac0747c24287dbce115d (patch) | |
tree | fb80e3c2dfaf3cd6b8dc5461787704bafc25d4cc /pelican-bootstrap3/README.md | |
parent | 2a00d3cbf6ed7745ae3cd2f6a557bad31d4a3990 (diff) | |
download | pelican-themes-09aae94c108f54b99614ac0747c24287dbce115d.tar.gz |
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 02a130a..ffb3c6c 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -251,6 +251,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: |