You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2020/06/22 18:57:15 UTC

[wicket-site] 07/12: Reitroduced TOC

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/wicket-site.git

commit def017d069a4989da82f283d12c603c8cb5b3ef2
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Mon Jun 22 11:14:34 2020 +0200

    Reitroduced TOC
---
 _layouts/default.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/_layouts/default.html b/_layouts/default.html
index 568660e..b48cd7a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -23,6 +23,9 @@ layout: base
             {% endif %}
             {% if page.preamble %}<p>{{ page.preamble | markownify }}</p>{% endif %}
         </header>
+        <section class="toc left">
+            {{ content | toc_generate }}
+        </section>
         <section class="left">
             {{ content }}
 {% for item in page.additionalContents %}