diff --git a/site/_docs/pages.md b/site/_docs/pages.md index a2080868..59b827e2 100644 --- a/site/_docs/pages.md +++ b/site/_docs/pages.md @@ -91,11 +91,10 @@ simple and it works. In the end the decision is yours!
ProTip™: Use permalink Front Matter Variable

- Clean URLs can also be achieved using the permalink Front Matter variable. In the example above, using the first method, you can get URL http://example.com/other for the file other.md by adding this to the top of the file. -

-    ---
-    permalink: /other/
-    ---
-    
+ Clean URLs can also be achieved using the permalink front + matter variable. In the example above, using the first method, you can + get URL http://example.com/other for the file + other.md by setting this at the top of the file: + permalink: /other