When using external: <URL> for external links from the menu is it possible to have the page open on new tab, as in the html target="_blank behaviour?
I currently use a render-link.html with <a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if or (strings.HasPrefix .Destination "http") (strings.HasPrefix .Destination "https") }} target="_blank"{{ end }} >{{ .Text | safeHTML }}</a> to setup the markdown to open in new tab.
Thanks for the the great theme
When using
external: <URL>for external links from the menu is it possible to have the page open on new tab, as in the htmltarget="_blankbehaviour?I currently use a render-link.html with
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if or (strings.HasPrefix .Destination "http") (strings.HasPrefix .Destination "https") }} target="_blank"{{ end }} >{{ .Text | safeHTML }}</a>to setup the markdown to open in new tab.Thanks for the the great theme