diff --git a/templates/page/index.html.ep b/templates/page/index.html.ep index 77a7831..17a8d6d 100644 --- a/templates/page/index.html.ep +++ b/templates/page/index.html.ep @@ -9,16 +9,16 @@ % layout 'default', current_slug => $current_category->{slug}; % title $current_category->{title};
-

<%= $current_category->{title} %>

+

<%= $current_category->{title} %>

<%== $current_category->{description} %> % my $children_categories = $current_category->{children}; % if (@$children_categories) { -

Quizás te interese.

+

Quizás te interese.

% for my $child_category (@$children_categories) {

<%==$child_category->{title}%>

% } % } -

Artículos

+

Artículos

% my ($category_posts) = BurguillosInfo::Posts->new->RetrieveAllPostsForCategory($current_category->{slug}); % unless (@$category_posts) { @@ -44,7 +44,7 @@ % }
-

Suscribete a esta categoría.

+

Suscribete a esta categoría.

Icono de suscripción rss