wrapper classes for frontmatter page

This commit is contained in:
Coby Chapple 2013-05-02 14:05:44 +01:00
parent 951cb11d48
commit 8446f47247
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Between these triple-dashed lines, you can set predefined variables (see below f
There are a number of predefined global variables that you can set in the front-matter of a page or post.
<div class="mobile-side-scroller">
<table>
<thead>
<tr>
@ -76,6 +77,7 @@ There are a number of predefined global variables that you can set in the front-
</tr>
</tbody>
</table>
</div>
## Custom Variables
@ -100,6 +102,7 @@ layout to set the page title:
These are available out-of-the-box to be used in the front-matter for a
post.
<div class="mobile-side-scroller">
<table>
<thead>
<tr>
@ -118,3 +121,4 @@ post.
</tr>
</tbody>
</table>
</div>