wrapper classes for frontmatter page
This commit is contained in:
parent
951cb11d48
commit
8446f47247
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue