10 lines
490 B
Plaintext
10 lines
490 B
Plaintext
% my $categories = stash 'categories';
|
|
<nav class="mobile-shortcuts">
|
|
<a class="go-to-index" href="<%='/'.$categories->{index}{slug}%>"><%== $categories->{index}{menu_text} %></a>
|
|
%= include 'page/_search_bar'
|
|
<a href="#mobile-foldable" class="menu-expand">
|
|
<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>
|