Botón añadido al nav para abrir y cerrar el menú
[salamandradevs.site/.git] / themes / droda / layouts / partials / boton.html
1 {{ "<!-- Partial block for boton-->" | safeHTML }}
2 <button class="boton-movil" data-visible="false" onclick="
3         if(this.attributes[1].nodeValue === 'true'){
4             this.attributes[1].nodeValue = false;
5         } else {
6             this.attributes[1].nodeValue = true;
7         }
8       "></button>