Merge pull request #2424 from kleinfreund/patch-2

This commit is contained in:
Parker Moore 2014-05-20 15:35:47 -04:00
commit d3f9427e37
1 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ Given a post named: `/2009-04-29-slap-chop.textile`
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Permalink Setting</th> <th>URL Template</th>
<th>Resulting Permalink URL</th> <th>Resulting Permalink URL</th>
</tr> </tr>
</thead> </thead>
@ -161,7 +161,7 @@ Given a post named: `/2009-04-29-slap-chop.textile`
</tr> </tr>
<tr> <tr>
<td> <td>
<p><code>permalink: pretty</code></p> <p><code>pretty</code></p>
</td> </td>
<td> <td>
<p><code>/2009/04/29/slap-chop/index.html</code></p> <p><code>/2009/04/29/slap-chop/index.html</code></p>
@ -169,7 +169,7 @@ Given a post named: `/2009-04-29-slap-chop.textile`
</tr> </tr>
<tr> <tr>
<td> <td>
<p><code>permalink: /:month-:day-:year/:title.html</code></p> <p><code>/:month-:day-:year/:title.html</code></p>
</td> </td>
<td> <td>
<p><code>/04-29-2009/slap-chop.html</code></p> <p><code>/04-29-2009/slap-chop.html</code></p>
@ -177,7 +177,7 @@ Given a post named: `/2009-04-29-slap-chop.textile`
</tr> </tr>
<tr> <tr>
<td> <td>
<p><code>permalink: /blog/:year/:month/:day/:title</code></p> <p><code>/blog/:year/:month/:day/:title</code></p>
</td> </td>
<td> <td>
<p><code>/blog/2009/04/29/slap-chop/index.html</code></p> <p><code>/blog/2009/04/29/slap-chop/index.html</code></p>