Shortcode tweak

This commit is contained in:
Patrice Chalin 2020-06-11 11:24:56 -04:00
parent a35da4d548
commit f7324229c6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<a href="{{ $href }}" <a href="{{ $href }}"
{{- if $isExternal }} target="_blank" rel="noopener"{{ end -}} {{- if $isExternal }} target="_blank" rel="noopener"{{ end -}}
> >
{{ .Params.short | default .Title -}} {{- .Params.short | default .Title -}}
{{ if $isExternal -}} {{ if $isExternal -}}
<i class="fas fa-external-link-alt"></i> <i class="fas fa-external-link-alt"></i>
{{- end -}} {{- end -}}