diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-04 04:29:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-04 04:29:18 +0000 |
commit | 91e416b5f3c54aed844be4291f04e13e678c02bf (patch) | |
tree | 7aa1f7fcb359087d8606a4371719b1709a68eecb /doc | |
parent | d9ea7d5b0b8f6d224fa909b11c53607f2ae39fa9 (diff) |
* Also generate rel=bookmark links for permalinks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/meta.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/meta.mdwn b/doc/plugins/meta.mdwn index cacb462c9..de04dcdd5 100644 --- a/doc/plugins/meta.mdwn +++ b/doc/plugins/meta.mdwn @@ -38,7 +38,8 @@ You can use any field names you like, but here are some predefined ones: * permalink - Specifies the permalink to the page, for use in RSS feeds. + Specifies a perminent link to the page, if different than the page + generated by ikiwiki. If the field is not treated specially (as the link and title fields are), the metadata will be written to the generated html page as a <meta> |