fix minor docs quirk
This commit is contained in:
parent
299cb93147
commit
1cb67932f6
|
@ -102,10 +102,10 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p class='name'><strong>Defaults</strong></p>
|
<p class='name'><strong>Defaults</strong></p>
|
||||||
<p class='description'>
|
<p class='description'>
|
||||||
Set defaults for <a href="../frontmatter/" title="YAML frontmatter">YAML frontmatter</a>
|
Set defaults for <a href="../frontmatter/" title="YAML frontmatter">YAML frontmatter</a>
|
||||||
variables.
|
variables.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td class='align-center'>
|
<td class='align-center'>
|
||||||
<p>see <a href="#frontmatter_defaults" title="details">below</a></p>
|
<p>see <a href="#frontmatter_defaults" title="details">below</a></p>
|
||||||
|
|
|
@ -185,6 +185,6 @@ These are available out-of-the-box to be used in the front-matter for a post.
|
||||||
If you don't want to repeat your frequently used front-matter variables over and over,
|
If you don't want to repeat your frequently used front-matter variables over and over,
|
||||||
just define <a href="../configuration/#frontmatter_defaults" title="frontmatter defaults">defaults</a>
|
just define <a href="../configuration/#frontmatter_defaults" title="frontmatter defaults">defaults</a>
|
||||||
for them and only override them where necessary (or not at all). This works both for predefined
|
for them and only override them where necessary (or not at all). This works both for predefined
|
||||||
and custom variables .
|
and custom variables.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue