You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I am using Hugo Blox and everything is working nicely. I just need to divide the navbar, so that some items are on the right and some on the left.
Here is the code:
menus.yaml:
main:
- name: Features
weight: 10
- name: About us
weight: 20
- name: Log in
weight: 30
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I am using Hugo Blox and everything is working nicely. I just need to divide the navbar, so that some items are on the right and some on the left.
Here is the code:
menus.yaml:
and params.yaml looks like:
So I need to put Features and About us on the left, and Log in on the right.
Does anyone know how to do it? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions