From f8eb44099eae382f9b5f4672e64a13ee7d570336 Mon Sep 17 00:00:00 2001 From: bisnsh Date: Sun, 5 Oct 2025 17:31:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20categories=20?= =?UTF-8?q?=E5=92=8C=20tags=20=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/butterfly/layout/includes/page/categories.pug | 3 ++- themes/butterfly/layout/includes/page/tags.pug | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/butterfly/layout/includes/page/categories.pug b/themes/butterfly/layout/includes/page/categories.pug index 79153c8..f2dd8ac 100644 --- a/themes/butterfly/layout/includes/page/categories.pug +++ b/themes/butterfly/layout/includes/page/categories.pug @@ -1 +1,2 @@ -.category-lists!= list_categories() \ No newline at end of file +.category-lists!= list_categories() +
\ No newline at end of file diff --git a/themes/butterfly/layout/includes/page/tags.pug b/themes/butterfly/layout/includes/page/tags.pug index b5b62cd..794a210 100644 --- a/themes/butterfly/layout/includes/page/tags.pug +++ b/themes/butterfly/layout/includes/page/tags.pug @@ -1,2 +1,3 @@ .tag-cloud-list.text-center - !=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em'}) \ No newline at end of file + !=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em'}) +
\ No newline at end of file