diff options
Diffstat (limited to 'templates/post_short.html')
-rw-r--r-- | templates/post_short.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post_short.html b/templates/post_short.html index 06242ca..3cdfe59 100644 --- a/templates/post_short.html +++ b/templates/post_short.html @@ -2,7 +2,7 @@ <div class="only_date"> $date$ </div> - <h2><a title="$title$" href="$url$" rel="bookmark">$title$</a></h2> + <h2><a href="$url$" rel="bookmark">$title$</a></h2> <p>$body$</p> <div class="cat_tags clear cat_tags_continue"> |