mirror of https://github.com/bastienwirtz/homer
added the missing leading slash.md
parent
3396257528
commit
29a9cd3ea5
|
@ -73,7 +73,7 @@ colors:
|
|||
card-shadow: rgba(0, 0, 0, 0.1)
|
||||
link: "#3273dc"
|
||||
link-hover: "#363636"
|
||||
background-image: "assets/your/light/bg.png"
|
||||
background-image: "/assets/your/light/bg.png"
|
||||
dark:
|
||||
highlight-primary: "#3367d6"
|
||||
highlight-secondary: "#4285f4"
|
||||
|
@ -87,7 +87,7 @@ colors:
|
|||
card-shadow: rgba(0, 0, 0, 0.4)
|
||||
link: "#3273dc"
|
||||
link-hover: "#ffdd57"
|
||||
background-image: "assets/your/dark/bg.png"
|
||||
background-image: "/assets/your/dark/bg.png"
|
||||
|
||||
# Optional message
|
||||
message:
|
||||
|
|
Loading…
Reference in New Issue