summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-12-26 13:07:51 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-12-26 13:07:51 +0100
commit0b51f2eeaba1ace4ba2d4aa8106bdce478e5d9a5 (patch)
treea37038ba859c3b4fabd7add81374f4791623c5a9
parentc53e1a58b4dad2f06b3afe105a987d1cd21fa39e (diff)
fix static path
-rw-r--r--template/root.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/root.tmpl b/template/root.tmpl
index 817662a..2ca10d7 100644
--- a/template/root.tmpl
+++ b/template/root.tmpl
@@ -12,8 +12,8 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
- <link rel="stylesheet" type="text/css" href="static/fonts.css">
- <link rel="stylesheet" type="text/css" href="static/style.css">
+ <link rel="stylesheet" type="text/css" href="/static/fonts.css">
+ <link rel="stylesheet" type="text/css" href="/static/style.css">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">
</head>