burguillos.info/templates/page/_mobile_menu.html.ep

10 lines
475 B
Plaintext
Raw Normal View History

% 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 21:40:18 +02:00
<a class="menu-expand" href="#">
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ú."/>
</a>
</nav>