Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to open menu links in new tab? #31

Open
amarc opened this issue Dec 23, 2020 · 0 comments
Open

How to open menu links in new tab? #31

amarc opened this issue Dec 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@amarc
Copy link

amarc commented Dec 23, 2020

Hello,

so I have this in my config.toml:

Main menu which appears below site header.

[[menu.main]]
name = "Home"
url = "/"
weight = 1

[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2

[[menu.main]]
name = "Photos"
url = "https://my.externalurl.com"
weight = 3

How would I make "Photos" link to open in new tab (_blank) ?

Thank you

@monkeyWzr monkeyWzr added the enhancement New feature or request label Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants