You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable opening of URL menu item - for example, https://jupitergarage.com - as a new tab or window, similar to HTML behaviour <a href="https://jupitergarage.com" target="_blank">
A possible quick "hack", since Hugo doesn't seem to have this feature yet:
@gerbrent you can now use the identifier in the config to specify if it should open in a new window.
If you use ext- as a prefix it will open in a new page. I did it for the Garage Sale:
Enable opening of URL menu item - for example, https://jupitergarage.com - as a new tab or window, similar to HTML behaviour
<a href="https://jupitergarage.com" target="_blank">
A possible quick "hack", since Hugo doesn't seem to have this feature yet:
Hugo issue tickets discussing the feature request (never implemented):
target
attribute to menu items gohugoio/hugo#3600The text was updated successfully, but these errors were encountered: