From 0b0d3b43a19a0cf0a25d9c784bccd7899cb42262 Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Fri, 18 Apr 2014 13:02:58 -0700 Subject: [PATCH] Add a to cross-reference about post_url I had a really hard time finding this information on the Jekyll site, and this seemed like a reasonable place to put a pointer to the information. --- site/docs/posts.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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