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