summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi-bin/config.py1
-rwxr-xr-xcgi-bin/nest.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/cgi-bin/config.py b/cgi-bin/config.py
index 607ddec..3c66f3c 100644
--- a/cgi-bin/config.py
+++ b/cgi-bin/config.py
@@ -1,3 +1,4 @@
datadir='img/'
+root='hnizdo/'
special = ('index', 'latest')
pagination = 30
diff --git a/cgi-bin/nest.py b/cgi-bin/nest.py
index a4a243c..c95a243 100755
--- a/cgi-bin/nest.py
+++ b/cgi-bin/nest.py
@@ -17,7 +17,7 @@ print ("<html>")
print ("<head>")
print ("<meta charset=\"UTF-8\">")
print ("<title>HnĂ­zdo</title>")
-print ("<link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\">")
+print ("<link rel=\"stylesheet\" type=\"text/css\" href=\""+config.root+"style/style.css\">")
print ("</head>")
print ("<body>")