feat(info-page): enable arbitrary ToC location

main
welpo 1 year ago
parent ebaf1588a7
commit 05ab241002
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -8,7 +8,9 @@
<div id="page-content">
<main>
{{ page.content | safe }}
{# The replace pattern is used to enable arbitrary locations for the Table of Contents #}
{# This is Philipp Oppermann's workaround: https://github.com/getzola/zola/issues/584#issuecomment-474329637 #}
{{ page.content | replace(from="<!-- toc -->", to=macros_toc::toc(page=page, header=false, language_strings=language_strings)) | safe }}
</main>
</div>

Loading…
Cancel
Save