diff --git a/data/menu.toml b/data/menu.toml new file mode 100644 index 0000000..6b23f17 --- /dev/null +++ b/data/menu.toml @@ -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" +