Remove names in main menu
All checks were successful
Deploy / Deploy (push) Successful in 3s

This commit is contained in:
Vezpi 2025-05-22 20:29:28 +00:00
parent 55d850e3b3
commit fa81672026
2 changed files with 8 additions and 5 deletions

View File

@ -67,14 +67,12 @@ params:
menu: menu:
main: main:
- identifier: categories - identifier: categories
name: Categories url: "/categories/"
url: "#categories"
weight: 50 weight: 50
params: params:
icon: "categories" icon: "categories"
- identifier: tags - identifier: tags
name: Tags url: "/tags/"
url: "#tags"
weight: 60 weight: 60
params: params:
icon: "tag" icon: "tag"

View File

@ -1,3 +1,8 @@
categories:
other: Categories
tags:
other: Tags
toggleMenu: toggleMenu:
other: Toggle Menu other: Toggle Menu