First Sage installation don't works properly

Hi, at my first project with Sage I got a default page without typical Bootstrap behavior. It can be seen at:

http://telmo-merz.e451.net/

Menu and other elements haven’t Bootstrap behavior. What am I doing wrong?

Thanks

1 Like

Answer myself: I found this walkthrough

And:

the collapsible navigation in the bootstrap navbar is one of many possible responsive menu patterns. i don’t think we should force anyone to use a specific pattern off the bat.

the walker change in this PR wouldn’t affect you using the bootstrap navbar markup with collapse button, all you’d need to do is update the header template to have the necessary markup.

from Remove nav walker and Bootstrap navbar by retlehs · Pull Request #1427 · roots/sage · GitHub