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 ;-)
This commit is contained in:
MonsieurV 2015-10-14 22:12:08 +02:00
parent 7ae044ee44
commit 63144fd46d
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ Given a post named: `/2009-04-29-slap-chop.md`
<p><code>pretty</code></p>
</td>
<td>
<p><code>/2009/04/29/slap-chop/index.html</code></p>
<p><code>/2009/04/29/slap-chop/</code></p>
</td>
</tr>
<tr>