Merge pull request #2243 from RadicalZephyr/master

This commit is contained in:
Parker Moore 2014-04-18 17:45:35 -04:00
commit 810c160e4d
1 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,15 @@ file. For example, the following are examples of valid post filenames:
2012-09-12-how-to-write-a-blog.textile 2012-09-12-how-to-write-a-blog.textile
{% endhighlight %} {% 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 ### Content Formats
All blog post files must begin with [YAML front-matter](../frontmatter/). After All blog post files must begin with [YAML front-matter](../frontmatter/). After