->select('.entry.subtitle')->replace_content($o->subtitle)
->select('.entry.description')->replace_content($o->description)
->select('.entry.published_at')->replace_content($o->published_at)
+ ->select('.entry.body')->replace_content(\$o->body)
->select('.entry.link')->set_attribute(href => $o->path);
}
}));