site/docs/posts.md in jekyll-2.0.0.alpha.3 vs site/docs/posts.md in jekyll-2.0.0.rc1
- old
+ new
@@ -39,9 +39,18 @@
{% highlight bash %}
2011-12-31-new-years-eve-is-awesome.md
2012-09-12-how-to-write-a-blog.textile
{% endhighlight %}
+<div class="note">
+ <h5>ProTip™: Link to other posts</h5>
+ <p>
+ Use the <a href="../templates#post_url"><code>post_url</code></a>
+ tag to link to other posts without having to worry about the URL's
+ breaking when the site permalink style changes.
+ </p>
+</div>
+
### Content Formats
All blog post files must begin with [YAML front-matter](../frontmatter/). After
that, it's simply a matter of deciding which format you prefer. Jekyll supports
two popular content markup formats: