diff options
Diffstat (limited to 'templates/post.html')
-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 7505058..f6ac5b5 100644 --- a/templates/post.html +++ b/templates/post.html @@ -2,7 +2,7 @@ <div class="only_date"> $date$ </div> - <h2>$title$</h2> + <h2><a href="$url$" rel="bookmark">$title$</a></h2> <p>$body$</p> <div class="cat_tags clear"> |