From a6a0ecdb07a60b1baeeb0583739be41561a14226 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:31:28 +1100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Reformat=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/shortcodes/button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/button.html b/layouts/shortcodes/button.html index 6ca55e9d..2789a6ba 100644 --- a/layouts/shortcodes/button.html +++ b/layouts/shortcodes/button.html @@ -2,7 +2,7 @@ class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700" {{ with .Get "href" }}href="{{ . }}"{{ end }} {{ with .Get "target" }}target="{{ . }}"{{ end }} - {{ with .Get "download"}}download="{{ . }}"{{ end }} + {{ with .Get "download" }}download="{{ . }}"{{ end }} role="button" > {{ .Inner }}