feat: 移除首页顶部欢迎区的 description

This commit is contained in:
rbetree
2025-12-22 20:34:04 +08:00
parent a59c37d5ba
commit 7d44930b59
5 changed files with 2 additions and 8 deletions

View File

@@ -98,7 +98,6 @@ templates/
<div class="welcome-section">
<h2>{{profile.title}}</h2>
<h3>{{profile.subtitle}}</h3>
<p class="subtitle">{{profile.description}}</p>
</div>
{{#each categories}}
{{> category}}

View File

@@ -1,8 +1,7 @@
<div class="welcome-section">
<h2 data-editable="profile-title">{{profile.title}}</h2>
<h3 data-editable="profile-subtitle">{{profile.subtitle}}</h3>
<p class="subtitle" data-editable="profile-description">{{profile.description}}</p>
</div>
{{#each categories}}
{{> category}}
{{/each}}
{{/each}}