fix: broken urls in home page
This commit is contained in:
parent
e1ff2d435f
commit
5481a5d239
2 changed files with 5 additions and 5 deletions
|
@ -18,10 +18,10 @@ highlight_code = true
|
|||
author = "Ahmed Alaa"
|
||||
logo = "images/logo.png"
|
||||
header_nav = [
|
||||
{ name = "~home", url = "/" },
|
||||
{ name = "#tags", url = "/tags" },
|
||||
{ name = "+categories", url = "/categories" },
|
||||
{ name = "@contexts", url = "/contexts" },
|
||||
{ name = "~home", url = "/no-style-please/" },
|
||||
{ name = "#tags", url = "/no-style-please/tags" },
|
||||
{ name = "+categories", url = "/no-style-please/categories" },
|
||||
{ name = "@contexts", url = "/no-style-please/contexts" },
|
||||
]
|
||||
footer_nav = [
|
||||
{ name = "< previous", url = "#" },
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
- info
|
||||
- a (nearly) no-CSS, fast, minimalist Zola theme.
|
||||
- [gitlab](https://gitlab.com/4bcx/no-style-please) and [github](https://github.com/4bcx/no-style-please) repos
|
||||
- [gitlab](https://gitlab.com/atgumx/no-style-please) and [github](https://github.com/atgumx/no-style-please) repos
|
||||
- ported from [riggraz](https://riggraz.dev/)'s [no style, please! Jekyll theme](https://riggraz.dev/no-style-please/)
|
||||
- posts
|
||||
- [Overview Post](./overview-post)
|
||||
|
|
Loading…
Reference in a new issue