Files
pedroediaz.nviam.dev/data/menu.toml
PedroEdiaz 19b0885ef5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add category
2026-05-03 21:41:53 -06:00

25 lines
393 B
TOML

[[entries]]
title = "English"
url = "posts"
[entries.post_list]
limit = 5
category = "en"
show_more = true
show_more_text = "See archive..."
show_more_url = "posts"
[[entries]]
title = "Español"
[entries.post_list]
limit = 5
category = "es"
show_more = true
show_more_text = "Ver archivo..."
show_more_url = "posts"
[[entries]]
title = "rss"
url = "es/index.xml"