Skip to content

Commit b5fb2e3

Browse files
Dale KunceDale Kunce
authored andcommitted
Complete Czech navigation fixes and repair YAML structure
- Fix remaining Czech navigation URLs: - /cs/akce/ → /cs/events/ - /cs/organizuj/ → /cs/host/ - Repair corrupted YAML structure in img-alt section - Ensure all navigation links work correctly
1 parent 6ee3395 commit b5fb2e3

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

app/_data/cs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
## IMG ALT TEXT ##
33
##################
44
img-alt:
5-
- text: "NADCÁZEJÍCÍ AKCE"
6-
url: "/cs/events/"
7-
- text: "USPOŘÁDEJTE AKCI"
8-
url: "/cs/host/"ht-stuff: "..."
5+
wright-stuff: "..."
96
arrow: "..."
107
blog: "..."
118
Edit: "..."
@@ -70,9 +67,9 @@ nav:
7067
- text: "AKCE"
7168
links:
7269
- text: "NADCHÁZEJÍCÍ AKCE"
73-
url: "/cs/akce/"
70+
url: "/cs/events/"
7471
- text: "USPOŘÁDEJTE AKCI"
75-
url: "/cs/organizuj/"
72+
url: "/cs/host/"
7673
- text: "O PROJEKTU"
7774
url: "/cs/about/"
7875
- text: "BLOG"

0 commit comments

Comments
 (0)