From 3b12bdc0e521772f8731d2159e19a753485c83c5 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 3 May 2023 01:08:41 +0200 Subject: [PATCH] Adding h1 to better SEO. --- templates/page/index.html.ep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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