Create single-page HTML output, prepares the terrain for PDF/ePub output
This commit is contained in:
@ -69,6 +69,11 @@ class Content extends Entry
|
||||
$this->next = $next;
|
||||
}
|
||||
|
||||
public function isIndex()
|
||||
{
|
||||
return $this->name == 'index' || $this->name == '_index';
|
||||
}
|
||||
|
||||
public function dump()
|
||||
{
|
||||
$dump = parent::dump();
|
||||
|
Reference in New Issue
Block a user