summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/feed.html2
-rw-r--r--templates/post.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/feed.html b/templates/feed.html
index b8fc4bf..86013bb 100644
--- a/templates/feed.html
+++ b/templates/feed.html
@@ -8,7 +8,7 @@
<meta name="title" content="blog.ilvokhin.com">
<title>blog.ilvokhin.com</title>
- <link rel="stylesheet" type="text/css" href="style.css"/>
+ <link rel="stylesheet" type="text/css" href="/style.css"/>
</head>
<body class="feed">
diff --git a/templates/post.html b/templates/post.html
index 82250f8..5c4fef5 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -8,7 +8,7 @@
<meta name="title" content="{{ title }}">
<title>{{ title }} | blog.ilvokhin.com</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body class="post">