fix minor docs quirk

This commit is contained in:
maul.esel 2013-09-16 15:46:15 +02:00
parent 299cb93147
commit 1cb67932f6
2 changed files with 5 additions and 5 deletions

View File

@ -102,10 +102,10 @@ class="flag">flags</code> (specified on the command-line) that control them.
<tr>
<td>
<p class='name'><strong>Defaults</strong></p>
<p class='description'>
Set defaults for <a href="../frontmatter/" title="YAML frontmatter">YAML frontmatter</a>
variables.
</p>
<p class='description'>
Set defaults for <a href="../frontmatter/" title="YAML frontmatter">YAML frontmatter</a>
variables.
</p>
</td>
<td class='align-center'>
<p>see <a href="#frontmatter_defaults" title="details">below</a></p>

View File

@ -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,
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
and custom variables .
and custom variables.
</p>
</div>