diff --git a/site/docs/posts.md b/site/docs/posts.md index a8f918f8..eeb8b8e0 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 the URL's + breaking when the site permalink style changes. +

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