diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 21:59:40 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 21:59:40 +0200 |
commit | e99ba18f7d9936c51ab3f1aaba1f37f3efbd52d5 (patch) | |
tree | 1002e170af457c1ae3269fd5acd422ccf0533c95 /templates/post_short.html | |
parent | 88d237aebd9fc29f28c2f3511f7eb3e30a0a1ff8 (diff) | |
download | blog.universe-factory.net-e99ba18f7d9936c51ab3f1aaba1f37f3efbd52d5.tar blog.universe-factory.net-e99ba18f7d9936c51ab3f1aaba1f37f3efbd52d5.zip |
Add pagination
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"> |