summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/crosspost.tpl2
-rw-r--r--templates/view_blog_post.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl
index 27c5c81..6c0c24a 100644
--- a/templates/crosspost.tpl
+++ b/templates/crosspost.tpl
@@ -124,7 +124,7 @@
</div> <!-- end .body -->
<div class="footer">
- <a href="{$post_info.url}" rel="bookmark">{tr}Permalink{/tr}</a>
+ <a href="{$post_info.display_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/view_blog_post.tpl b/templates/view_blog_post.tpl
index 3979ecb..a6a9fea 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}" rel="bookmark">{tr}Permalink{/tr}</a>
+ <a href="{$post_info.display_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}