Improving a little the footer.

This commit is contained in:
Sergiotarxz 2023-10-28 22:07:09 +02:00
parent 49b453e2fb
commit c384cd0d80
1 changed files with 2 additions and 0 deletions

View File

@ -46,9 +46,11 @@
% } % }
% my ($category_posts) = OwlcodeTech::Posts->new->RetrieveAllPostsForCategory($current_category->{slug}); % my ($category_posts) = OwlcodeTech::Posts->new->RetrieveAllPostsForCategory($current_category->{slug});
%= include 'page/_list_posts', posts => $category_posts; %= include 'page/_list_posts', posts => $category_posts;
<div class="description padding">
<h2>Suscribete a esta categoría.</h2> <h2>Suscribete a esta categoría.</h2>
<a class="suscribe-category-rss" href="/<%=$current_category->{slug}%>.rss"> <a class="suscribe-category-rss" href="/<%=$current_category->{slug}%>.rss">
<img src="/img/rss.svg" alt="Icono de suscripción rss"/> <img src="/img/rss.svg" alt="Icono de suscripción rss"/>
</a> </a>
</div> </div>
</div>