diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/post.html b/assets/post.html index a199fd6..25dd7fb 100644 --- a/assets/post.html +++ b/assets/post.html @@ -2,7 +2,7 @@ <div class="post"> <hr class="hdiv"/> <div class="head"> -<h2><span class="title">%s</span></h2> +<h2><span class="title"><a href="/posts/%s">%s</a></span></h2> <span class="date">%s</span> </div> <div class="body"> |