Create single-page HTML output, prepares the terrain for PDF/ePub output
This commit is contained in:
@ -96,7 +96,7 @@ class Template
|
||||
foreach ($tree->getEntries() as $node) {
|
||||
$url = $node->getUri();
|
||||
if ($node instanceof Content) {
|
||||
if (in_array($node->getName(), ['index', '_index'])) {
|
||||
if ($node->isIndex()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user