mirror of https://github.com/dapr/docs.git
Add target to shortcode
This commit is contained in:
parent
16df268579
commit
9660b6d469
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue