diff options
| author | Ahmed M Alaa <ahmed@gumx.cc> | 2024-03-13 14:48:05 +0200 |
|---|---|---|
| committer | Ahmed M Alaa <ahmed@gumx.cc> | 2024-03-13 14:48:05 +0200 |
| commit | 5481a5d239dbd60ec4ad10c9c692fb0a273173a0 (patch) | |
| tree | c08a7fed1cc42370b7065f68503493d2904c5ba3 | |
| parent | e1ff2d435f6035b53a8fb73f2f5dd0eccceee1a8 (diff) | |
fix: broken urls in home page
| -rw-r--r-- | config.toml | 8 | ||||
| -rw-r--r-- | content/_index.md | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml index f31e64e..eff0727 100644 --- a/config.toml +++ b/config.toml @@ -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 = "#" }, diff --git a/content/_index.md b/content/_index.md index 5ef0a42..1ca4316 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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) |
