hugo-academic-mirror/modules/wowchemy/layouts/shortcodes/staticref.html

1 line
100 B
HTML
Raw Normal View History

<a href="{{ .Get 0 | relURL }}"{{ if len .Params | eq 2 }} target="_blank"{{ end }}>{{ .Inner }}</a>