From 63144fd46d03941d67f02b3b3f9e3bbbd84deca0 Mon Sep 17 00:00:00 2001 From: MonsieurV Date: Wed, 14 Oct 2015 22:12:08 +0200 Subject: [PATCH] Fix pretty permalink example Following what the documentation specify above for the pretty permalink format (`/:categories/:year/:month/:day/:title/`), it should result for the example to `/2009/04/29/slap-chop/` and not `/2009/04/29/slap-chop/index.html`. Well, at least if I've understood correctly ;-) --- site/_docs/permalinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/permalinks.md b/site/_docs/permalinks.md index ddbbc13f..7bc46675 100644 --- a/site/_docs/permalinks.md +++ b/site/_docs/permalinks.md @@ -234,7 +234,7 @@ Given a post named: `/2009-04-29-slap-chop.md`

pretty

-

/2009/04/29/slap-chop/index.html

+

/2009/04/29/slap-chop/