hugo-theme-cactus icon indicating copy to clipboard operation
hugo-theme-cactus copied to clipboard

How to open menu links in new tab?

Open amarc opened this issue 4 years ago • 0 comments

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

amarc avatar Dec 23 '20 11:12 amarc