fix css path
This commit is contained in:
parent
1d31e6f04b
commit
14e8f5faed
@ -5,7 +5,7 @@ makedocs(modules=[Flux],
|
|||||||
format = :html,
|
format = :html,
|
||||||
analytics = "UA-36890222-9",
|
analytics = "UA-36890222-9",
|
||||||
sitename = "Flux",
|
sitename = "Flux",
|
||||||
assets = ["flux.css"],
|
assets = ["../flux.css"],
|
||||||
pages = [
|
pages = [
|
||||||
"Home" => "index.md",
|
"Home" => "index.md",
|
||||||
"Getting Started" => [
|
"Getting Started" => [
|
||||||
|
Loading…
Reference in New Issue
Block a user