From e5fc71aee8f7c849f2dd5d3d998461f25ba510ff Mon Sep 17 00:00:00 2001 From: coolzr <108077543+rbetree@users.noreply.github.com> Date: Sat, 2 Aug 2025 18:08:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84data-editable=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/components/category.hbs | 2 +- templates/components/navigation.hbs | 2 +- templates/components/social-links.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/components/category.hbs b/templates/components/category.hbs index 71550f2..3dfc2b2 100644 --- a/templates/components/category.hbs +++ b/templates/components/category.hbs @@ -1,5 +1,5 @@
-

{{name}}

+

{{name}}

{{#if sites.length}} {{#each sites}} diff --git a/templates/components/navigation.hbs b/templates/components/navigation.hbs index 3a8a165..af4e6d2 100644 --- a/templates/components/navigation.hbs +++ b/templates/components/navigation.hbs @@ -5,7 +5,7 @@
- {{name}} + {{name}} {{#if submenu}}{{/if}} {{#if submenu}} diff --git a/templates/components/social-links.hbs b/templates/components/social-links.hbs index 190c986..fae8fc5 100644 --- a/templates/components/social-links.hbs +++ b/templates/components/social-links.hbs @@ -5,7 +5,7 @@
- {{name}} + {{name}} {{/each}}