aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 55e0e96..1a7a0c6 100644
--- a/conf.py
+++ b/conf.py
@@ -56,7 +56,7 @@ html_theme_path = [alagitpull.get_path()]
56html_theme = 'alagitpull' 56html_theme = 'alagitpull'
57html_favicon = '_static/favicon.ico' 57html_favicon = '_static/favicon.ico'
58html_theme_options = { 58html_theme_options = {
59 'logo': 'img/bagua.png', 59 'logo': 'img/terminal-icon.png',
60 'projects': alagitpull.projects, 60 'projects': alagitpull.projects,
61} 61}
62html_sidebars = { 62html_sidebars = {
Powered by cgit v1.2.3 (git 2.41.0)