Merge pull request #2243 from RadicalZephyr/master
This commit is contained in:
commit
810c160e4d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue