diff options
-rw-r--r-- | templates/skeleton.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index 564a9df..745dbcf 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -5,6 +5,7 @@ <title>$title</title> <link rel="stylesheet" type="text/css" href="$conf.root_url/static/css/patches.css"/> + <base href="$conf.root_url/" /> </head> <body> <div class="pageheader"> |