aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-11 16:15:22 +0200
committerYuchen Pei <me@ypei.me>2018-05-11 16:15:22 +0200
commit73ce5da5ac3abd79458f07a1a91224b41542ad8c (patch)
treee3dd892a5b6679aa80621cda47c208261dcd2b00 /templates
parent03b2bcb3fda50c08bfd8a8a7559cbda250d64b02 (diff)
minor fix
Diffstat (limited to 'templates')
-rw-r--r--templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html
index b873357..85cc254 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -35,7 +35,7 @@
<div class="main">
<div class="bodyitem">
<h2> $title$ </h2>
- <p>Posted on $date$ | <a href="/my-uri.html#isso-thread">Comments</a> </p>
+ <p>Posted on $date$ | <a href="/posts/$name$.html#isso-thread">Comments</a> </p>
$body$
</div>
<section id="isso-thread"></section>