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/templates/includes/sidebar.html | |
parent | 2a00d3cbf6ed7745ae3cd2f6a557bad31d4a3990 (diff) | |
download | pelican-themes-09aae94c108f54b99614ac0747c24287dbce115d.tar.gz |
pelican-bootstrap3: Add authors to sidebar
Diffstat (limited to 'pelican-bootstrap3/templates/includes/sidebar.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/sidebar.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/includes/sidebar.html b/pelican-bootstrap3/templates/includes/sidebar.html index 7772ff8..d83a7b8 100644 --- a/pelican-bootstrap3/templates/includes/sidebar.html +++ b/pelican-bootstrap3/templates/includes/sidebar.html @@ -10,6 +10,7 @@ {% include 'includes/sidebar/github.html' %} {% include 'includes/sidebar/twitter_timeline.html' %} {% include 'includes/sidebar/links.html' %} + {% include 'includes/sidebar/authors.html' %} {% include 'includes/sidebar/images.html' %} {% include 'includes/sidebar/optional_bottom.html' ignore missing %} </ul> |