staticsite/themes/fiscleconsult/layouts/partials/script.html
2020-12-06 13:20:47 -03:00

21 lines
406 B
HTML

<script src="/js/feather.min.js"></script>
<!-- feather icon replace -->
<script>
feather.replace()
</script>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<!-- search -->
<script src="https://unpkg.com/lunr/lunr.js"></script>