diff options
author | Johannes 'josch' Schauer <josch@mister-muffin.de> | 2017-07-30 17:18:02 +0200 |
---|---|---|
committer | Johannes 'josch' Schauer <josch@mister-muffin.de> | 2017-07-30 17:18:02 +0200 |
commit | acddee8948a8e772394911a081d029ff07ea056a (patch) | |
tree | 9a5e63eff49f4895cb764b4c57c970522d987798 /pelican-bootstrap3/templates/includes/sidebar.html | |
parent | 2a00d3cbf6ed7745ae3cd2f6a557bad31d4a3990 (diff) | |
download | pelican-themes-acddee8948a8e772394911a081d029ff07ea056a.tar.gz |
pelican-bootstrap3: Add archive 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..b9cd101 100644 --- a/pelican-bootstrap3/templates/includes/sidebar.html +++ b/pelican-bootstrap3/templates/includes/sidebar.html @@ -11,6 +11,7 @@ {% include 'includes/sidebar/twitter_timeline.html' %} {% include 'includes/sidebar/links.html' %} {% include 'includes/sidebar/images.html' %} + {% include 'includes/sidebar/archive.html' %} {% include 'includes/sidebar/optional_bottom.html' ignore missing %} </ul> </section> |