aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/conf.py b/src/conf.py
index 96d4550..20815a0 100755
--- a/src/conf.py
+++ b/src/conf.py
@@ -103,12 +103,7 @@ blog_default_language = 'en'
# a link to a archive pages generated for each tag, category, and year.
# In addition, there are authors.html, languages.html, and locations.html
# sidebars that link to author and location archive pages.
-html_sidebars = {
- '**': [ 'about.html',
- 'navigation.html',
- 'searchbox.html',
- ],
- }
+html_sidebars = {'**': ['navigation.html', 'searchbox.html']}
# -- Blog Feed Options --------------------------------------------------------