nitiwiki: fixes links to auto-index pages.
[nit.git] / contrib / nitiwiki / src / wiki_html.nit
index 7f213b7..baf7b29 100644 (file)
@@ -322,6 +322,10 @@ class WikiSectionIndex
        # The section described by `self`.
        var section: WikiSection
 
+       redef fun title do return section.title
+
+       redef fun url do return section.url
+
        redef var is_dirty = false
 
        redef fun tpl_article do