mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
Call File.expand_path on source so liquid can see _includes in subdirectories
This commit is contained in:
@@ -11,7 +11,7 @@ module Jekyll
|
||||
def initialize(config)
|
||||
self.config = config.clone
|
||||
|
||||
self.source = config['source']
|
||||
self.source = File.expand_path(config['source'])
|
||||
self.dest = config['destination']
|
||||
self.lsi = config['lsi']
|
||||
self.pygments = config['pygments']
|
||||
|
||||
Reference in New Issue
Block a user