From a567b7dd9152a2af29e8048056ce66502a041d76 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Fri, 31 Jul 2009 17:03:48 +0200 Subject: [PATCH] Switch site_icon to favicon in sys/ --- geekigeeki.conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/geekigeeki.conf.py b/geekigeeki.conf.py index d156daa..90728b4 100644 --- a/geekigeeki.conf.py +++ b/geekigeeki.conf.py @@ -5,17 +5,17 @@ site_name = 'Codewiz' # this is used for the leftmost button of the navbar. # It can be set to an empty string or a text message -site_icon = 'AmigaBoing16x16.png' +site_icon = 'sys/favicon16x16.png' # set to None for read-only sites, leave empty ('') to allow anonymous edits # otherwise, set to a URL that requires authentication privileged_url = 'https://www.develer.com/~bernie/wiki' -data_dir = '/home/bernie/public_html/wiki/data' +data_dir = 'data' # default page links meta_urls = [ - # http-equiv content + # http-equiv content [ 'X-XRDS-Location', 'http://www.codewiz.org/yadis.xml' ], ] link_urls = [ -- 2.25.1