- Open the website editor (click here to learn how)
- When your website editor opens, find the Navbar block in the left panel
- Click the pencil icon to the right to launch the Navbar block Editor
- You can also double click on the Navbar block in the right visual edit side to open the Navbar block editor
- In the Navbar block editor, go to the bottom section under Navbar Content (in blue)
- Find the link block you want to rename and click on the pencil icon to the right of it
- NOTE: if you are editing a link Group, clicking the pencil icon will open up a Group Name dialogue box
- If you aren't editing a Group, click Customize Link Text in the available options
- Enter the new display name
- Click OK
- Click Done
- Save your website changes
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>