mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -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.
20 lines
176 B
Plaintext
20 lines
176 B
Plaintext
Gemfile.lock
|
|
test/dest
|
|
*.gem
|
|
pkg/
|
|
*.swp
|
|
*~
|
|
_site/
|
|
.bundle/
|
|
.DS_Store
|
|
bbin/
|
|
gh-pages/
|
|
site/_site/
|
|
coverage
|
|
.ruby-version
|
|
.ruby-gemset
|
|
.sass-cache
|
|
tmp/*
|
|
.jekyll-metadata
|
|
/vendor
|