[UIKIT3] NAVBAR default to all pages

When I create a NAVBAR in UIKIT3 that will be the same for all pages of a project, is there a way that I can set it up so when I change the NAVBAR on the Home Page, the NAVBAR will change on all pages? I am sure there is a way but for some reason, I can’t figure it out - thanks!! :)

It’s just a basic logo with a menu set inside a sticky and animation stack.

When I’ve had to do that, I’ve put the navbar in a partial - so when it’s edited in the partial, the changes appear on every page using that partial.

2 Likes