mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
* majioa-devel: Ensure Post#excerpt_separator always returns a string. get procedure for default excerpt separator for both cases site and page was moved to the post's specific method :excerpt_separator. Added per post excerpt_separator functionality, so you are able to specify :excerpt_separator (as well as just :excerpt) key direct inside the post YAML, to make an excerpt based on the value in the post. Tests were also added.