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> <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>

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, 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>