From 598893878f22d16aa5461b8baaff3f819ca003cf Mon Sep 17 00:00:00 2001 From: razonyang Date: Mon, 25 Sep 2023 14:32:17 +0800 Subject: [PATCH] chore: remove unused code --- layouts/partials/bootstrap/dropdown.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/bootstrap/dropdown.html b/layouts/partials/bootstrap/dropdown.html index d7e3414..ed011b4 100644 --- a/layouts/partials/bootstrap/dropdown.html +++ b/layouts/partials/bootstrap/dropdown.html @@ -3,7 +3,6 @@ {{- $size := "" }} {{- $class := "" }} {{- $toggle := true }} -{{- $items := slice }} {{- if .IsNamedParams }} {{- $name = .Get "name" }} {{- with .Get "style" }}{{ $style = . }}{{ end }}