mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-07 13:15:18 -05:00
removed whitespace from lazyeye's commit
This commit is contained in:
@@ -201,7 +201,7 @@ module Jekyll
|
||||
#
|
||||
# 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,
|
||||
|
||||
Reference in New Issue
Block a user