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.
|
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>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -76,6 +77,7 @@ There are a number of predefined global variables that you can set in the front-
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
## Custom Variables
|
## 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
|
These are available out-of-the-box to be used in the front-matter for a
|
||||||
post.
|
post.
|
||||||
|
|
||||||
|
<div class="mobile-side-scroller">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -118,3 +121,4 @@ post.
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue