Merge pull request #3336 from hqro/patch-1

This commit is contained in:
Parker Moore 2015-01-21 14:35:22 -08:00
commit 4bcb0a322c
1 changed files with 8 additions and 6 deletions

View File

@ -172,13 +172,15 @@ Also, as with any output generated by Liquid tags, you can pass the `| strip_htm
Additionally you are able to specify per-post `excerpt_separator` value if it is required just only the the selected post. Just specify the `excerpt_separator` with the same way as `excerpt` in the post's YAML head: Additionally you are able to specify per-post `excerpt_separator` value if it is required just only the the selected post. Just specify the `excerpt_separator` with the same way as `excerpt` in the post's YAML head:
--- {% highlight text %}
excerpt_separator: <!--more--> ---
--- excerpt_separator: <!--more-->
---
Excerpt Excerpt
<!--more--> <!--more-->
Out-of-excerpt Out-of-excerpt
{% endhighlight %}
## Highlighting code snippets ## Highlighting code snippets