}
elsif ($key eq 'permalink') {
$permalink{$page}=$value;
+ $meta{$page}.="<link rel=\"bookmark\" href=\"".encode_entities($value)."\" />\n";
}
else {
$meta{$page}.="<meta name=\"".encode_entities($key).
* Various CSS and formatting changes.
* Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
* Add xhtml files to the default prune regexp.
+ * Also generate rel=bookmark links for permalinks.
-- Joey Hess <joeyh@debian.org> Thu, 3 Aug 2006 22:35:11 -0400
* 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>