Merge pull request #4035 from jaybe-jekyll/patch-2
Remove brackets around _config.yml
This commit is contained in:
commit
fb042ef624
|
@ -25,8 +25,8 @@ $ jekyll build --watch
|
||||||
<div class="note info">
|
<div class="note info">
|
||||||
<h5>Changes to _config.yml are not included during automatic regeneration.</h5>
|
<h5>Changes to _config.yml are not included during automatic regeneration.</h5>
|
||||||
<p>
|
<p>
|
||||||
The <code><_config.yml></code> master configuration file contains global configurations
|
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>
|
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.
|
during automatic regeneration are not loaded until the next execution.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue