remove stray comma
This commit is contained in:
parent
343d56dfe3
commit
783d59045b
|
@ -59,7 +59,7 @@ to one or more config files.
|
||||||
file via the command line. Config files cascade from right to left, such
|
file via the command line. Config files cascade from right to left, such
|
||||||
that if I run `jekyll serve --config _config.yml,_config-dev.yml`,
|
that if I run `jekyll serve --config _config.yml,_config-dev.yml`,
|
||||||
the values in the config files on the right (`_config-dev.yml`) overwrite
|
the values in the config files on the right (`_config-dev.yml`) overwrite
|
||||||
those on the left (`_config.yml`) when both contain the same key. , </p>
|
those on the left (`_config.yml`) when both contain the same key.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### Draft posts
|
### Draft posts
|
||||||
|
|
Loading…
Reference in New Issue