summaryrefslogtreecommitdiff
path: root/common/header.inc.j2
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-01-19 20:31:29 +0100
committertg(x) <*@tg-x.net>2017-01-19 20:31:29 +0100
commit1eb2d67d028861583acfd151583fbc4330d51727 (patch)
tree2b1b10bef8ab847fee981030c1e3a524eea5129d /common/header.inc.j2
parentccb4b08e5279b1d659e475f57fba44fd5ad0cd4f (diff)
downloadwww-1eb2d67d028861583acfd151583fbc4330d51727.tar.gz
www-1eb2d67d028861583acfd151583fbc4330d51727.tar.bz2
www-1eb2d67d028861583acfd151583fbc4330d51727.zip
i18n: absolute URLs for css+img
Diffstat (limited to 'common/header.inc.j2')
-rw-r--r--common/header.inc.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/common/header.inc.j2 b/common/header.inc.j2
index 2923e700..4115aafa 100644
--- a/common/header.inc.j2
+++ b/common/header.inc.j2
@@ -32,8 +32,8 @@
<!-- Bootstrap core CSS -->
<link href="/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
- <link href="justified-nav.css" rel="stylesheet">
- <link href="styles.css" rel="stylesheet">
+ <link href="/justified-nav.css" rel="stylesheet">
+ <link href="/styles.css" rel="stylesheet">
<script src="/dist/js/jquery-1.11.1.min.js"></script>
<script src="/dist/js/bootstrap.min.js"></script>