wrappers for permalinks page
This commit is contained in:
parent
c6ce15e435
commit
0d80d10ebf
|
@ -10,6 +10,7 @@ specify the permalinks for your site through the [Configuration](../configuratio
|
|||
|
||||
## Template variables
|
||||
|
||||
<div class="mobile-side-scroller">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -76,9 +77,11 @@ specify the permalinks for your site through the [Configuration](../configuratio
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
## Built-in permalink styles
|
||||
|
||||
<div class="mobile-side-scroller">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -113,11 +116,13 @@ specify the permalinks for your site through the [Configuration](../configuratio
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
## Permalink style examples
|
||||
|
||||
Given a post named: `/2009-04-29-slap-chop.textile`
|
||||
|
||||
<div class="mobile-side-scroller">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -160,4 +165,4 @@ Given a post named: `/2009-04-29-slap-chop.textile`
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue