diff options
author | Chris Ramsay <chris@ramsay-family.net> | 2017-09-10 16:23:53 +0100 |
---|---|---|
committer | Chris Ramsay <chris@ramsay-family.net> | 2017-09-10 16:23:53 +0100 |
commit | bd8ef84d31882b2bc113df3ba4dcc57da3f37a26 (patch) | |
tree | 10cceba91697918a0181b36daabeb7a99f1d26f4 /pelican-bootstrap3/templates/includes/sidebar.html | |
parent | 69ecf3d1df63f079aafbae2e512db70bc35bca37 (diff) | |
download | pelican-themes-bd8ef84d31882b2bc113df3ba4dcc57da3f37a26.tar.gz |
Show source support added in pelican-bootstrap3
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 71bab3a..f9aaa95 100644 --- a/pelican-bootstrap3/templates/includes/sidebar.html +++ b/pelican-bootstrap3/templates/includes/sidebar.html @@ -6,6 +6,7 @@ {% include 'includes/sidebar/recent_posts.html' %} {% include 'includes/sidebar/categories.html' %} {% include 'includes/sidebar/tag_cloud.html' %} + {% include 'includes/sidebar/show_source.html' %} {% include 'includes/sidebar/series.html' %} {% include 'includes/sidebar/github.html' %} {% include 'includes/sidebar/twitter_timeline.html' %} |