All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
25 lines
393 B
TOML
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"
|
|
|