Adding some pagespeed improvements.
This commit is contained in:
parent
300d370cf1
commit
4da96d5004
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="es">
|
||||||
<head>
|
<head>
|
||||||
<script src="/js/index.js"></script>
|
<script src="/js/index.js"></script>
|
||||||
<link rel="stylesheet" href="/css/styles.css"/>
|
<link rel="stylesheet" href="/css/styles.css"/>
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%><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">
|
%><a href="/all.rss" target="_blank" rel="noopener">
|
||||||
Suscribete <img class="rss-icon" src="/img/rss.svg"/>
|
Suscribete <img alt="RSS icon" class="rss-icon" src="/img/rss.svg"/>
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
<nav class="mobile-shortcuts">
|
<nav class="mobile-shortcuts">
|
||||||
|
Loading…
Reference in New Issue
Block a user