mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-19 02:44:29 -05:00
Fix page.url to include full relative path. Fixes #181.
This commit is contained in:
@@ -90,7 +90,7 @@ module Jekyll
|
||||
|
||||
def to_liquid
|
||||
self.data.deep_merge({
|
||||
"url" => self.url,
|
||||
"url" => File.join(@dir, self.url),
|
||||
"content" => self.content })
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user