From: Vincent Bernat Date: Thu, 8 Apr 2021 19:41:03 +0000 (+0200) Subject: site: use URL cleaner to not display index.html X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf2158c4ae0be35cbd4dadcd9fc33833f350a729;p=thirdparty%2Flldpd.git site: use URL cleaner to not display index.html --- diff --git a/site.yaml b/site.yaml index 30586ddb..bb0a4feb 100644 --- a/site.yaml +++ b/site.yaml @@ -11,6 +11,7 @@ plugins: - hyde.ext.plugins.textlinks.TextlinksPlugin - hyde.ext.plugins.images.ImageSizerPlugin - hyde.ext.plugins.optipng.OptiPNGPlugin + - hyde.ext.plugins.urls.UrlCleanerPlugin context: data: base: https://lldpd.github.io @@ -33,3 +34,6 @@ markdown: - markdown.extensions.extra - markdown.extensions.toc output_format: html +urlcleaner: + index_file_names: + - index.html