summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/comment_moderation_page.html3
-rw-r--r--templates/journal_page.html3
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/comment_moderation_page.html b/templates/comment_moderation_page.html
index 3e13bd9..ff708cb 100644
--- a/templates/comment_moderation_page.html
+++ b/templates/comment_moderation_page.html
@@ -1,6 +1,5 @@
{.section head}
-<link rel="stylesheet" type="text/css"
- href="{root|html-attr-value}style/journal.css" />
+<link rel="stylesheet" type="text/css" href="/style/journal.css" />
{.end}
{.section body}
diff --git a/templates/journal_page.html b/templates/journal_page.html
index 959cde0..dd3c8c7 100644
--- a/templates/journal_page.html
+++ b/templates/journal_page.html
@@ -1,6 +1,5 @@
{.section head}
- <link rel="stylesheet" type="text/css"
- href="{root|html-attr-value}style/journal.css" />
+ <link href="/style/journal.css" rel="stylesheet" type="text/css" />
<link href="/journal/prettify/prettify.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/journal/prettify/prettify.js"></script>
<script type="text/javascript" src="/journal/prettify/lang-lisp.js"></script>