diff --git a/site/docs/posts.md b/site/docs/posts.md index a8f918f8..87d9b67e 100644 --- a/site/docs/posts.md +++ b/site/docs/posts.md @@ -41,6 +41,15 @@ file. For example, the following are examples of valid post filenames: 2012-09-12-how-to-write-a-blog.textile {% endhighlight %} +
+
ProTip™: Link to other posts
+

+ Use the post_url tag + to link to other posts without having to worry about changing URL + when you change permalink styles. +

+
+ ### Content Formats All blog post files must begin with [YAML front-matter](../frontmatter/). After