diff --git a/docs/_docs/permalinks.md b/docs/_docs/permalinks.md index 254c5d6d..31eeb30b 100644 --- a/docs/_docs/permalinks.md +++ b/docs/_docs/permalinks.md @@ -14,6 +14,16 @@ Permalinks are constructed by creating a template URL where dynamic elements are represented by colon-prefixed keywords. For example, the default `date` permalink is defined according to the format `/:categories/:year/:month/:day/:title.html`. +
+ Built-in permalink styles are not recognized in YAML Front Matter. So
+ permalink: pretty
will not work, but the equivalent
+ /:categories/:year/:month/:day/:title/
+ using template variables will.
+