Skip to content

Commit 30cdcf8

Browse files
authored
Update layouts/shortcodes/button.html
1 parent 70c9390 commit 30cdcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
{{ $url = ref .Page $url }}
99
{{- end -}}
1010
<div class="button not-prose">
11-
<a href="{{ $url }}" class="">{{ $text }}</a>
11+
<a href="{{ $url }}">{{ $text }}</a>
1212
</div>

0 commit comments

Comments
 (0)