Remove brackets around _config.yml
Referring to _config.yml consistently with <code>
This commit is contained in:
parent
16c0bf8db8
commit
87f9ed94a9
|
@ -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