Links Navbar

Documentation on how to add Links Navigation Bar.

Links Navbar is a navigation bar with links located on the top of the all other topbars/content blocks.

Links Navbar

To add link to Links Navbar, you have to go to 'layout.html' file and at the top in navigation_links section change enabled to true.

In the name field you have to enter the name for the Link, into the link field you have to put the link you want & into the icon field you have to put FontAwesome Icon (e.g. fas fa-home).

Now you can copy/paste configuration over and over for every link you want.

Example with multiple links:

list: [{
    name: "Home",
    link: "https://your-site.com",
    icon: "fas fa-home"
}, {
    name: "Vote",
    link: "https://vote.your-site.com",
    icon: "fas fa-vote-yea"
}]

Last updated

Was this helpful?