Fix baseurl problems
Baseurl for stylesheets is picked from the Liquid tag site.github.url. Why? Not sure, someone in the upstream repo made this change at some point. Solution: For now, just add the value correctly through _config.yaml
This commit is contained in:
parent
48817dd5f9
commit
3ddc4f4510
|
@ -1,5 +1,11 @@
|
||||||
# Site wide configuration
|
# Site wide configuration
|
||||||
|
|
||||||
|
github:
|
||||||
|
url: /~kabhijit
|
||||||
|
|
||||||
|
#baseurl:
|
||||||
|
#url:
|
||||||
|
|
||||||
title: kabhijit
|
title: kabhijit
|
||||||
locale: en_US
|
locale: en_US
|
||||||
logo: logo.png # filename of a logo image that has been placed into your images directory
|
logo: logo.png # filename of a logo image that has been placed into your images directory
|
||||||
|
|
Loading…
Reference in New Issue