We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0d7b50 + ca6765e commit 46349c4Copy full SHA for 46349c4
layouts/shortcodes/button.html
@@ -7,6 +7,4 @@
7
{{- else -}}
8
{{ $url = ref .Page $url }}
9
{{- end -}}
10
-<div class="button not-prose">
11
- <a href="{{ $url }}">{{ $text }}</a>
12
-</div>
+<a class="button not-prose" href="{{ $url }}">{{ $text }}</a>
0 commit comments