ve_main_hugosource/layouts/shortcodes/extlink.html
2024-01-23 21:53:35 +01:00

3 lines
298 B
HTML

{{ $height := .Get "height" | default "22px" }}
<a href='{{ .Get "href" }}' target=_blank alt="Öffnet im neuen Fenster">{{ with .Get "img" }}<img class="icon" src="/icons/{{ . }}.svg" height="{{ $height }}">{{ end }}{{ with .Get "name" }}{{ . }}{{ end }}</a>{{ if .Get "name" }}&nearr;{{ end }}