Fixed inaccuracy in "Built-in permalink styles" docs [skip ci]

Must be either:

> Rather than typing `permalink: /:categories/:year/:month/:day/:title/`, you can just type `permalink: pretty`.

or:

> Rather than typing `permalink: /:categories/:year/:month/:day/:title.html`, you can just type `permalink: date`.

I guess the former was meant to write because the latter was already mentioned in "Where to configure permalinks" section.
This commit is contained in:
Alexey Rogachev 2017-01-25 15:22:26 +06:00 committed by GitHub
parent 6b08c14ccc
commit ecdc8a5bf2
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ Although you can specify a custom permalink pattern using [template variables](#
</table>
</div>
Rather than typing `permalink: /:categories/:year/:month/:day/:title/`, you can just type `permalink: date`.
Rather than typing `permalink: /:categories/:year/:month/:day/:title/`, you can just type `permalink: pretty`.
<div class="note info">
<h5>Specifying permalinks through the YAML Front Matter</h5>