personal-blog/layouts/shortcodes/newtab.html

4 lines
111 B
HTML

<a href="{{ .Get "url" }}" target="_blank">
{{ with .Get "title" }}{{.}}{{else}}{{.Get "url"}}{{end}}
</a>