parent
832860bcb5
commit
97e9fb29b0
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue