@@ -9,8 +9,8 @@ <h1>{{ site.title }}</h1>
99 < p class ="deck "> {{ site.description }}</ p >
1010 < nav class ="mast-nav " aria-label ="首頁區塊 ">
1111 < a href ="#lead "> 封面故事</ a >
12- < a href ="#headlines "> 焦點新聞 </ a >
13- < a href ="#latest "> 最新文章 </ a >
12+ < a href ="#headlines "> 生活 </ a >
13+ < a href ="#latest "> 精選文章 </ a >
1414 < a href ="{{ '/investing-thoughts/' | relative_url }} "> 投資思考專欄</ a >
1515 < a href ="{{ '/archive/' | relative_url }} "> 文章彙整</ a >
1616 < a href ="{{ '/about/' | relative_url }} "> 關於本站</ a >
@@ -153,7 +153,7 @@ <h4><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h4>
153153 {% endif %}
154154
155155 < section id ="headlines " class ="headline-ribbon ">
156- < h3 > 焦點新聞 </ h3 >
156+ < h3 > 生活 </ h3 >
157157 {% assign headline_initial = site.home_curation.headline_initial | default: 6 %}
158158 {% assign headline_max = site.home_curation.headline_max | default: 24 %}
159159 {% assign headline_count = 0 %}
@@ -200,15 +200,15 @@ <h3>焦點新聞</h3>
200200 {% if headline_count > headline_initial %}
201201 < div class ="section-actions ">
202202 < button type ="button " class ="load-more-btn js-load-more " data-target ="#headlines .js-paginated-list ">
203- 載入更多焦點新聞
203+ 載入更多生活文章
204204 </ button >
205205 </ div >
206206 {% endif %}
207207 </ section >
208208
209209 < section id ="latest " class ="latest-grid ">
210210 < div class ="section-head ">
211- < h3 > 最新文章 </ h3 >
211+ < h3 > 精選文章 </ h3 >
212212 < a href ="{{ '/archive/' | relative_url }} " class ="section-link "> 查看全部</ a >
213213 </ div >
214214
@@ -251,7 +251,7 @@ <h4><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h4>
251251 {% if latest_count > latest_initial %}
252252 < div class ="section-actions ">
253253 < button type ="button " class ="load-more-btn js-load-more " data-target ="#latest .js-paginated-list ">
254- 載入更多最新文章
254+ 載入更多精選文章
255255 </ button >
256256 </ div >
257257 {% endif %}
0 commit comments