From 482a1047e95c07fbef125f18424b47ebc6c7df37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 30 Jun 2021 15:47:38 +0800 Subject: [PATCH] =?UTF-8?q?enhance:=E5=A2=9E=E5=A4=A7=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E4=BA=91=E7=9A=84=E5=AE=B9=E9=87=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/grid/layout/widget/tagcloud.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grid/layout/widget/tagcloud.ejs b/themes/grid/layout/widget/tagcloud.ejs index 9285d28..d0323f6 100644 --- a/themes/grid/layout/widget/tagcloud.ejs +++ b/themes/grid/layout/widget/tagcloud.ejs @@ -1,7 +1,7 @@ <% if (site.tags.length) { %>
- <%- tagcloud(site.tags, {min_font: 12, max_font: 18, amount: 90, color: true, start_color: '#8377ee', end_color: '#1b0ba8', class: 'tag-item', level: 20}) %> + <%- tagcloud(site.tags, {min_font: 12, max_font: 18, amount: 270, color: true, start_color: '#8377ee', end_color: '#1b0ba8', class: 'tag-item', level: 20}) %>
<% } %>