summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2022-12-25 19:40:10 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2022-12-25 19:40:10 +0000
commit6fd1a9f7d649999c627c50872a88d31ccfed6ae1 (patch)
tree69b6400ef35281610657ba3088f04f9155144765 /templates/post.html
parentd06aaa3261c4b77649cce7f7601c98a6a10e84fb (diff)
downloadblog-6fd1a9f7d649999c627c50872a88d31ccfed6ae1.tar.gz
blog-6fd1a9f7d649999c627c50872a88d31ccfed6ae1.tar.bz2
blog-6fd1a9f7d649999c627c50872a88d31ccfed6ae1.zip
Refere to style.css from root
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html2
1 files changed, 1 insertions, 1 deletions
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">