my $lasttime = 0;
foreach my $p (@pages) {
my $u=URI->new(encode_utf8($config{url}."/".htmlpage($p)));
+
+ my $pcontent = absolute_urls(get_inline_content($p, $page), $url);
$itemtemplate->param(
title => pagetitle(basename($p)),
date_3339 => date_3339($pagectime{$p}),
);
- my $pcontent = absolute_urls(get_inline_content($p, $page), $url);
if ($itemtemplate->query(name => "enclosure")) {
my $file=$pagesources{$p};
my $type=pagetype($file);
* Fix sometimes broken links to Discussion pages from blog pages.
* Add userdir config setting.
* Fix man page perms in install.
+ * Fix an issue with inlining a page with a rss feed inside another
+ page with an rss feed.
- -- Joey Hess <joeyh@debian.org> Tue, 19 Dec 2006 12:08:40 -0500
+ -- Joey Hess <joeyh@debian.org> Thu, 21 Dec 2006 08:50:41 -0500
ikiwiki (1.35) unstable; urgency=low