mirror of https://github.com/docker/docs.git
Fix: make button shortcode fully clickable
This commit is contained in:
parent
52ac8235de
commit
ca6765ec75
|
|
@ -7,6 +7,4 @@
|
|||
{{- else -}}
|
||||
{{ $url = ref .Page $url }}
|
||||
{{- end -}}
|
||||
<div class="button not-prose">
|
||||
<a href="{{ $url }}">{{ $text }}</a>
|
||||
</div>
|
||||
<a class="button not-prose" href="{{ $url }}">{{ $text }}</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue