fix: broken urls in home page

This commit is contained in:
Ahmed M Alaa 2024-03-13 14:48:05 +02:00
parent e1ff2d435f
commit 5481a5d239
No known key found for this signature in database
GPG key ID: 754EEB8AD6C08BF2
2 changed files with 5 additions and 5 deletions

View file

@ -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 = "#" },

View file

@ -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)