summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/blog_list_post.tpl2
-rw-r--r--templates/crosspost.tpl2
-rw-r--r--templates/print_blog_post.tpl2
-rw-r--r--templates/view_blog_post.tpl2
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl
index 305823b..f9841b8 100644
--- a/templates/blog_list_post.tpl
+++ b/templates/blog_list_post.tpl
@@ -83,7 +83,7 @@
</div> <!-- end .body -->
<div class="footer">
- <a href="{$aPost.post_url}">{tr}Permalink{/tr}</a>
+ <a href="{$aPost.post_url}" rel="bookmark">{tr}Permalink{/tr}</a>
{assign var=spacer value=TRUE}
{if $showDescriptionsOnly and $aPost.has_more}
diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl
index 9ac6357..27c5c81 100644
--- a/templates/crosspost.tpl
+++ b/templates/crosspost.tpl
@@ -124,7 +124,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>
{tr}referenced by{/tr} {$post_info.trackbacks_from_count} {tr}posts{/tr} | {tr}references{/tr} {$post_info.trackbacks_to_count} {tr}posts{/tr}
{if $post_info.allow_comments eq 'y' and $gBitSystem->isFeatureActive( 'blog_posts_comments' )}
| {$post_info.num_comments} {tr}comments{/tr}
diff --git a/templates/print_blog_post.tpl b/templates/print_blog_post.tpl
index 34ba902..b56dc31 100644
--- a/templates/print_blog_post.tpl
+++ b/templates/print_blog_post.tpl
@@ -53,7 +53,7 @@ a:hover { background-color : #deceae; }
<hr />
<table>
<tr><td>
-<a href="{$smarty.const.BLOGS_PKG_URL}view_post.php?blog_id={$post_info.blog_id}&post_id={$post_info.post_id}">{tr}Permalink{/tr}</a>
+<a href="{$smarty.const.BLOGS_PKG_URL}view_post.php?blog_id={$post_info.blog_id}&post_id={$post_info.post_id}" rel="bookmark">{tr}Permalink{/tr}</a>
({tr}referenced by{/tr}: {$post_info.trackbacks_from_count} {tr}posts{/tr} {tr}references{/tr}: {$post_info.trackbacks_to_count} {tr}posts{/tr})
{if $post_info.allow_comments eq 'y' and $gBitSystem->isFeatureActive( 'blog_posts_comments' )}
{$post_info.num_comments} {tr}comments{/tr}
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}&nbsp; &bull; &nbsp;{/if}