diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-04 04:32:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-04 04:32:53 +0000 |
commit | a6a61f9e38d91b4fce551cd220d36fae7534c1b7 (patch) | |
tree | ac049200ff0b27373b432c63778e4958363afeb7 | |
parent | 91e416b5f3c54aed844be4291f04e13e678c02bf (diff) |
use rel=bookmark here too..
-rw-r--r-- | templates/inlinepage.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl index f8f5b2e20..eecb5a60e 100644 --- a/templates/inlinepage.tmpl +++ b/templates/inlinepage.tmpl @@ -16,7 +16,7 @@ <span class="pageinfo"> Posted <TMPL_VAR CTIME> <TMPL_IF NAME="PERMALINK"> -(<a href="<TMPL_VAR NAME=PERMALINK>">permalink</a>) +(<a rel="bookmark" href="<TMPL_VAR NAME=PERMALINK>">permalink</a>) </TMPL_IF> </span> |