updated documentation on the excerpt_separator
This commit is contained in:
parent
f908051aa4
commit
791b2eccf6
|
@ -180,6 +180,9 @@ Excerpt
|
||||||
Out-of-excerpt
|
Out-of-excerpt
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
You can also set the `excerpt_separator` globally in your `_config.yml`
|
||||||
|
configuration file.
|
||||||
|
|
||||||
Completely disable excerpts by setting your `excerpt_separator` to `""`.
|
Completely disable excerpts by setting your `excerpt_separator` to `""`.
|
||||||
|
|
||||||
Also, as with any output generated by Liquid tags, you can pass the
|
Also, as with any output generated by Liquid tags, you can pass the
|
||||||
|
|
Loading…
Reference in New Issue