mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-14 09:27:57 -05:00
@@ -7,6 +7,7 @@
|
||||
### Bug Fixes
|
||||
|
||||
* Correct use of `url` and `baseurl` in the site template. (#2317)
|
||||
* Default `baseurl` to `""` (#2317)
|
||||
|
||||
### Development Fixes
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ module Jekyll
|
||||
'markdown' => 'kramdown',
|
||||
'highlighter' => 'pygments',
|
||||
'permalink' => 'date',
|
||||
'baseurl' => '/',
|
||||
'baseurl' => '',
|
||||
'include' => ['.htaccess'],
|
||||
'exclude' => [],
|
||||
'paginate_path' => '/page:num',
|
||||
|
||||
Reference in New Issue
Block a user