aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2019-07-03 15:48:17 +0800
committerclarkzjw <[email protected]>2019-07-03 15:48:17 +0800
commitfd86d11eb3ebd0e8b9d4d3bdff8ff85284a9709c (patch)
tree6907b3a5414bfe21dbc72cb9d50a3cf98b6f4d19
parentf654a8d853034e359fc3466e3825ab14e111ec96 (diff)
downloadblog.jinwei.me-fd86d11eb3ebd0e8b9d4d3bdff8ff85284a9709c.tar.gz
+ fix
-rw-r--r--_static/git-pull.css8
-rw-r--r--conf.py4
2 files changed, 2 insertions, 10 deletions
diff --git a/_static/git-pull.css b/_static/git-pull.css
index a17dd6e..d186428 100644
--- a/_static/git-pull.css
+++ b/_static/git-pull.css
@@ -1,11 +1,3 @@
1h1.logo {
2 font-size: 13px;
3}
4
5img.logo {
6 margin: 0 0 20px 0;
7}
8
9div.book-container > p { 1div.book-container > p {
10 text-align: center; 2 text-align: center;
11} 3}
diff --git a/conf.py b/conf.py
index 6fabefd..76e3280 100644
--- a/conf.py
+++ b/conf.py
@@ -19,8 +19,8 @@ source_suffix = '.rst'
19 19
20master_doc = 'index' 20master_doc = 'index'
21 21
22project = u'ring0.xyz' 22project = u'blog.jinwei.me'
23copyright = u'2013 - 2018, clarkzjw' # NOQA 23copyright = u'2013 - 2019, clarkzjw' # NOQA
24 24
25version = '0.0' 25version = '0.0'
26release = '0.0' 26release = '0.0'
Powered by cgit v1.2.3 (git 2.41.0)