feat: 移除首页顶部欢迎区的 description
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user