aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2019-07-03 16:01:32 +0800
committerclarkzjw <[email protected]>2019-07-03 16:01:32 +0800
commitbf2d8a26faa47e371471aff8135b7515cad4c7c1 (patch)
treea1933083bad97bb3a89670a260065d5402087e5c
parentfd86d11eb3ebd0e8b9d4d3bdff8ff85284a9709c (diff)
downloadblog.jinwei.me-bf2d8a26faa47e371471aff8135b7515cad4c7c1.tar.gz
+ fix
-rw-r--r--conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf.py b/conf.py
index 76e3280..2708ee5 100644
--- a/conf.py
+++ b/conf.py
@@ -35,10 +35,6 @@ html_favicon = '_static/favicon.ico'
35html_theme_options = { 35html_theme_options = {
36} 36}
37html_sidebars = { 37html_sidebars = {
38 '**': [
39 'about.html',
40 'relations.html',
41 ]
42} 38}
43 39
44html_static_path = ['_static'] 40html_static_path = ['_static']
Powered by cgit v1.2.3 (git 2.41.0)