diff options
Diffstat (limited to 'templates/view_blog_post.tpl')
| -rw-r--r-- | templates/view_blog_post.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 92719c5..977273f 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -105,7 +105,7 @@ </div> <!-- end .body --> <div class="footer"> - <a href="{$post_info.url}">{tr}Permalink{/tr}</a> + <a href="{$post_info.url}" rel="bookmark">{tr}Permalink{/tr}</a> {assign var=spacer value=TRUE} {if $post_info.trackbacks_from_count > 0} {if $spacer} • {/if} |
