Show TOC links for acknowledgements and furtherReading

The variables were not passed to section, always evaluating existing
code to false and omitting the links.
This commit is contained in:
Daniel Siepmann 2022-04-01 12:37:49 +02:00
parent a4f1c7c480
commit 6f7bda85ef

View file

@ -50,7 +50,9 @@
})}
{f:render(section: 'TableOfContent', arguments: {
pageContent: pageContent
pageContent: pageContent,
acknowledgements: acknowledgements,
furtherReading: furtherReading
})}
</f:section>