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 -}}
|
{{- else -}}
|
||||||
{{ $url = ref .Page $url }}
|
{{ $url = ref .Page $url }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<div class="button not-prose">
|
<a class="button not-prose" href="{{ $url }}">{{ $text }}</a>
|
||||||
<a href="{{ $url }}">{{ $text }}</a>
|
|
||||||
</div>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue