From 015212f43c8c83cb69f7071376c0b08c7861bfa3 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Thu, 12 Dec 2019 08:45:45 +0000 Subject: [PATCH] feat: pretty_urls.trailing_html --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 793ac66..9ca0189 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,8 @@ root: / permalink: :year/:month/:day/:title/ permalink_defaults: pretty_urls: - trailing_index: true # Set to false to remove trailing index.html from permalinks + trailing_index: true # Set to false to remove trailing 'index.html' from permalinks + trailing_html: true # Set to false to remove trailing '.html' from permalinks # Directory source_dir: source