mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
Expose site.baseurl to Liquid templates.
This commit is contained in:
@@ -21,6 +21,7 @@ module Jekyll
|
||||
self.plugins = plugins_path
|
||||
self.lsi = config['lsi']
|
||||
self.pygments = config['pygments']
|
||||
self.baseurl = config['baseurl'] || '/'
|
||||
self.permalink_style = config['permalink'].to_sym
|
||||
self.exclude = config['exclude'] || []
|
||||
self.include = config['include'] || []
|
||||
|
||||
Reference in New Issue
Block a user