Hello
I’m new to roots, and so far getting into it quite well.
But i’m stuck on something that i’m sure is pretty basic.
I can’t edit the <a>
tag on the nav menu.
I would like to add content from this:
<a href="#aaa">link</a>
to this:
<a href="#aaa" data-scroll>link</a>
I’m quite sure that should be easy to tweak in the nav.php file, but i just can’t seem to figure it out!
I’m trying to add Adtile’s Fixed Nav’s scrolling system (https://github.com/adtile/fixed-nav)
Thanks for the help!