Added rel=bookmark
git-svn-id: http://svn.automattic.com/wordpress/trunk@181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d4cc232280
commit
94dc7e0391
|
@ -31,7 +31,7 @@ require($abspath.'wp-links/links.php');
|
|||
<?php the_date('','<h2>','</h2>'); ?>
|
||||
|
||||
<h3 class="storytitle">
|
||||
<a href="<?php permalink_link() ?>"><?php the_title(); ?></a>
|
||||
<a href="<?php permalink_link() ?>" rel="bookmark"><?php the_title(); ?></a>
|
||||
<span class="meta"><a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>">[<?php the_category() ?>]</a> — <?php the_author() ?> @ <?php the_time() ?>
|
||||
</span>
|
||||
</h3>
|
||||
|
|
Loading…
Reference in New Issue