From c9210d402c3ed0f57d839e83878349bb4ff1ccdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Echedey=20L=C3=B3pez=20Romero?= Date: Mon, 4 Jan 2021 17:24:15 +0000 Subject: [PATCH] Actualizar '_data/menu.yml' --- _data/menu.yml | 40 +++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/_data/menu.yml b/_data/menu.yml index c0b0f7b..b90f861 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,10 +1,40 @@ entries: - title: Publicaciones - post_list: - limit: 8 - show_more: true - show_more_text: Ver archivo... - show_more_url: archive.html + entries: + - title: Todas + post_list: + limit: 5 + show_more: true + show_more_text: Ver más + show_more_url: /archive/all.html + - title: Noticias + post_list: + limit: 3 + category: news + show_more: true + show_more_text: Ver más + show_more_url: /archive/news.html + - title: Promociones + post_list: + limit: 3 + category: promotions + show_more: true + show_more_text: Ver más + show_more_url: /archive/promotions.html + - title: Tutoriales + post_list: + limit: 3 + category: tutorials + show_more: true + show_more_text: Ver más + show_more_url: /archive/tutorials.html + - title: Opiniones + post_list: + limit: 3 + category: opinions + show_more: true + show_more_text: Ver más + show_more_url: /archive/opinions.html - title: RSS url: feed.xml