diff --git a/site/docs/permalinks.md b/site/docs/permalinks.md
index 155432bd..7a69e95a 100644
--- a/site/docs/permalinks.md
+++ b/site/docs/permalinks.md
@@ -146,7 +146,7 @@ Given a post named: `/2009-04-29-slap-chop.textile`
- Permalink Setting |
+ URL Template |
Resulting Permalink URL |
@@ -161,7 +161,7 @@ Given a post named: `/2009-04-29-slap-chop.textile`
- permalink: pretty
+ pretty
|
/2009/04/29/slap-chop/index.html
@@ -169,7 +169,7 @@ Given a post named: `/2009-04-29-slap-chop.textile`
|
- permalink: /:month-:day-:year/:title.html
+ /:month-:day-:year/:title.html
|
/04-29-2009/slap-chop.html
@@ -177,7 +177,7 @@ Given a post named: `/2009-04-29-slap-chop.textile`
|
- permalink: /blog/:year/:month/:day/:title
+ /blog/:year/:month/:day/:title
|
/blog/2009/04/29/slap-chop/index.html
|