aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-06-26 21:15:06 +0200
committerneodarz <neodarz@neodarz.net>2020-06-26 21:15:06 +0200
commitc70e337282701cec6e3c43f980780cd801948164 (patch)
treeaba18bce79d72b59f4b30deb04bf3dde34e66011
parent3d48f4b17362d5141f04dc78d4aef55d84c02630 (diff)
downloadwebsite-c70e337282701cec6e3c43f980780cd801948164.tar.xz
website-c70e337282701cec6e3c43f980780cd801948164.zip
Clean conf file for match the theme
-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 --------------------------------------------------------