This commit is contained in:
25
data/menu.toml
Normal file
25
data/menu.toml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
[[entries]]
|
||||||
|
title = "English"
|
||||||
|
|
||||||
|
[entries.post_list]
|
||||||
|
limit = 5
|
||||||
|
show_more = true
|
||||||
|
show_more_text = "See archive..."
|
||||||
|
show_more_url = "posts"
|
||||||
|
|
||||||
|
[entries.rss]
|
||||||
|
title = "rss"
|
||||||
|
url = "index.xml"
|
||||||
|
|
||||||
|
[[entries]]
|
||||||
|
title = "Español"
|
||||||
|
[entries.post_list]
|
||||||
|
limit = 5
|
||||||
|
show_more = true
|
||||||
|
show_more_text = "Ver archivo..."
|
||||||
|
show_more_url = "es/posts"
|
||||||
|
|
||||||
|
[entries.rss]
|
||||||
|
title = "rss"
|
||||||
|
url = "es/index.xml"
|
||||||
|
|
||||||
Reference in New Issue
Block a user