2023-05-03 01:59:10 +02:00
|
|
|
% my $categories = stash 'categories';
|
|
|
|
<nav class="mobile-shortcuts">
|
|
|
|
<a class="go-to-index" href="<%='/'.$categories->{index}{slug}%>"><%== $categories->{index}{menu_text} %></a>
|
2023-09-04 01:23:27 +02:00
|
|
|
%= include 'page/_search_bar'
|
2023-09-28 00:20:34 +02:00
|
|
|
<a class="menu-expand">
|
2023-05-04 00:07:13 +02:00
|
|
|
<img class="open-menu-icon" src="/img/hamburger-menu-yellow.webp" alt="Expandir el menú."/>
|
|
|
|
<img class="open-menu-icon-hover" src="/img/hamburger-menu-purple.webp" alt="Expandir el menú."/>
|
2023-05-03 01:59:10 +02:00
|
|
|
</a>
|
|
|
|
</nav>
|