Merge pull request #4035 from jaybe-jekyll/patch-2

Remove brackets around _config.yml
This commit is contained in:
Jordon Bedwell 2015-10-16 12:09:58 -05:00
commit fb042ef624
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>