Create single-page HTML output, prepares the terrain for PDF/ePub output

This commit is contained in:
Stéphane Goetz
2015-11-06 22:44:34 +01:00
parent 975f7fdee3
commit 295aee5f77
24 changed files with 2478 additions and 93 deletions

View File

@ -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;
}