mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Use proper Ruby syntax for constant
This commit is contained in:
@@ -312,7 +312,7 @@ module Jekyll
|
||||
def site_payload
|
||||
{"site" => self.config.merge({
|
||||
"time" => self.time,
|
||||
"version" => Jekyll.VERSION,
|
||||
"version" => Jekyll::VERSION,
|
||||
"posts" => self.posts.sort { |a, b| b <=> a },
|
||||
"pages" => self.pages,
|
||||
"html_pages" => self.pages.reject { |page| !page.html? },
|
||||
|
||||
Reference in New Issue
Block a user