Remove brackets around _config.yml

Referring to _config.yml consistently with <code>
This commit is contained in:
jaybe@jekyll 2015-10-16 12:08:29 -05:00
parent 16c0bf8db8
commit 87f9ed94a9
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ $ jekyll build --watch
<div class="note info">
<h5>Changes to _config.yml are not included during automatic regeneration.</h5>
<p>
The <code>&lt;_config.yml&gt;</code> master configuration file contains global configurations
and variable definitions that are read once at execution time. Changes made to <code>&lt;_config.yml&gt;</code>
The <code>_config.yml</code> master configuration file contains global configurations
and variable definitions that are read once at execution time. Changes made to <code>_config.yml</code>
during automatic regeneration are not loaded until the next execution.
</p>
<p>