Changing the way rss feeds are presented in the front.
This commit is contained in:
parent
0471387b1c
commit
3f16fbd1f5
@ -208,6 +208,18 @@ body {
|
|||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.footer {
|
||||||
|
p,h1,h2,h3,h4,a {
|
||||||
|
font-size: initial;
|
||||||
|
}
|
||||||
|
a.suscribe-category-rss {
|
||||||
|
padding: 7px;
|
||||||
|
}
|
||||||
|
a.suscribe-category-rss,a.suscribe-category-rss > img {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -21,10 +21,7 @@
|
|||||||
my $selected = defined($current_slug) && $category->{slug} eq $current_slug;
|
my $selected = defined($current_slug) && $category->{slug} eq $current_slug;
|
||||||
%><a class="<%=$selected && "selected" %>" href="<%= '/'.$category->{slug} %>"><%==$category->{menu_text}%></a><%
|
%><a class="<%=$selected && "selected" %>" href="<%= '/'.$category->{slug} %>"><%==$category->{menu_text}%></a><%
|
||||||
}
|
}
|
||||||
%><a href="/all.rss" target="_blank" rel="noopener">
|
%></nav>
|
||||||
Suscribete <img class="rss-menu-icon" alt="RSS icon" class="rss-icon" src="/img/rss.svg"/>
|
|
||||||
</a>
|
|
||||||
</nav>
|
|
||||||
<nav class="mobile-shortcuts">
|
<nav class="mobile-shortcuts">
|
||||||
<a class="go-to-index" href="<%='/'.$categories->{index}{slug}%>"><%== $categories->{index}{menu_text} %></a>
|
<a class="go-to-index" href="<%='/'.$categories->{index}{slug}%>"><%== $categories->{index}{menu_text} %></a>
|
||||||
<a href="#mobile-foldable" class="menu-expand"><img class="open-menu-icon" src="/img/menu.png" alt="Expandir el menú."/></a>
|
<a href="#mobile-foldable" class="menu-expand"><img class="open-menu-icon" src="/img/menu.png" alt="Expandir el menú."/></a>
|
||||||
@ -38,5 +35,13 @@
|
|||||||
%></nav>
|
%></nav>
|
||||||
|
|
||||||
<%= content %></body>
|
<%= content %></body>
|
||||||
|
<hr/>
|
||||||
|
<div class="footer description">
|
||||||
|
<p>©2022 Sergio Iglesias</p>
|
||||||
|
<p>Enterate de todas las novedades de Burguillos.info:</p>
|
||||||
|
<a class="suscribe-category-rss" href="/all.rss">
|
||||||
|
<img src="/img/rss.svg" alt="Icono de suscripción rss"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</html>
|
</html>
|
||||||
|
@ -36,9 +36,10 @@
|
|||||||
<p>Parece que aun no hay artículos.</p>
|
<p>Parece que aun no hay artículos.</p>
|
||||||
% }
|
% }
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h3>Suscribete a esta categoría.</h3>
|
<h3>Suscribete a esta categoría.</h3>
|
||||||
|
|
||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user