From c70e337282701cec6e3c43f980780cd801948164 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 26 Jun 2020 21:15:06 +0200 Subject: Clean conf file for match the theme --- src/conf.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') 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 -------------------------------------------------------- -- cgit v1.2.1