Skip to content

Commit

Permalink
removed whitespace from lazyeye's commit
Browse files Browse the repository at this point in the history
  • Loading branch information
krisb committed Feb 26, 2010
1 parent cfd6ebc commit 355b202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll/post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def write(dest)
#
# Returns <Hash>
def to_liquid
self.data.deep_merge({
self.data.deep_merge({
"title" => self.data["title"] || self.slug.split('-').select {|w| w.capitalize! || w }.join(' '),
"url" => self.url,
"date" => self.date,
Expand Down

0 comments on commit 355b202

Please sign in to comment.