personal-blog/layouts/shortcodes/newtab.html

4 lines
111 B
HTML
Raw Normal View History

2021-11-27 14:09:56 +00:00
<a href="{{ .Get "url" }}" target="_blank">
{{ with .Get "title" }}{{.}}{{else}}{{.Get "url"}}{{end}}
</a>