Expose site.static_files to Liquid

This commit is contained in:
Parker Moore 2014-02-19 13:04:33 -05:00
parent 45a5671c55
commit 6e40338f9e
1 changed files with 8 additions and 7 deletions

View File

@ -310,6 +310,7 @@ module Jekyll
"time" => self.time,
"posts" => self.posts.sort { |a, b| b <=> a },
"pages" => self.pages,
"static_files" => self.static_files
"html_pages" => self.pages.reject { |page| !page.html? },
"categories" => post_attr_hash('categories'),
"tags" => post_attr_hash('tags'),