fixed misspelling of exerpt to excerpt for in the Octopress filters
This commit is contained in:
parent
f49b24ac60
commit
da38dbe584
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
module OctopressFilters
|
||||
# Used on the blog index to split posts on the <!--more--> marker
|
||||
def exerpt(input)
|
||||
def excerpt(input)
|
||||
if input.index(/<!--\s*more\s*-->/i)
|
||||
input.split(/<!--\s*more\s*-->/i)[0]
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue