From ef71192adde14483be4c009de3c8910403bf08d3 Mon Sep 17 00:00:00 2001 From: xing Date: Thu, 9 Feb 2023 23:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/theme/common/common.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/theme/common/common.go b/internal/theme/common/common.go index 84966c0..2daaad2 100644 --- a/internal/theme/common/common.go +++ b/internal/theme/common/common.go @@ -49,10 +49,6 @@ func PluginFn[T any](a []Plugin[T], h Handle, fn Fn[T]) Fn[T] { }, fn) } -var plugin = []Plugin[models.Posts]{ - PasswordProject, -} - var pluginFns = map[string]Plugin[models.Posts]{ "passwordProject": PasswordProject, "digest": Digest,