Feature tab for external link in nav item
See original GitHub issueI set nav Home is “http://mysite.com/”, I have enable feature tab then tab Home not appear. How can I add a tab Home to the menubar?
theme:
name: 'material'
feature:
tabs: true
nav:
- Home: "http://mysite.com/"
- Javascript:
- Intro: javascript/index.md
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Bootstrap tab function as an external link - Stack Overflow
Is there any way to link to an external link using bootstrap tabs? <ul class="nav nav-tabs push" data-toggle="tabs"> ...
Read more >Navs - Bootstrap
Takes the basic nav from above and adds the .nav-tabs class to generate a tabbed interface. Use them to create tabbable regions with...
Read more >How to open external menu links in a new tab with WordPress
How to open external menu links in a new tab with WordPress ? · Click on the Screen Options link in the top...
Read more >Customize the navigation on your SharePoint site
Learn how to customize the Quick Link menu and other navigation on your SharePoint site.
Read more >TABS & Linking Externally - SEO & Linkjuice
In the Browser they appear to have an external link in this form: ... I think this should become a permanent feature of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Also, if this helps, you can open the link in new tab by using the following construct:
Note: There are missing quotes in the external link value. It works like SQL injection where we inject this in anchor tag.
I have resolved with nested based on your suggestion