diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post.html | 2 |
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> |