Add target to shortcode

This commit is contained in:
Aaron Crawfis 2021-11-02 14:46:25 -07:00
parent 16df268579
commit 9660b6d469
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
{{- if $page -}}{{- $link = ref . $page -}}{{- end -}}
<a class="btn btn-{{ $color }}" href="{{ $link }}" role="button">{{ $text }}</a>
<a class="btn btn-{{ $color }}" href="{{ $link }}" role="button" target="_blank">{{ $text }}</a>