Skip to content

Commit 03a7285

Browse files
SkyBird233MingcongBai
authored andcommitted
fix: titles are missing in some AOSCC pages
1 parent 9951021 commit 03a7285

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

src/main.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,9 @@ app.component('AppLink', AppLink);
7979
app.use(router);
8080
app.use(pinia);
8181
app.use(VMdPreview);
82-
app.use(createHead({ init: [{ titleTemplate: '%s | 安同开源社区 (AOSC)' }] }));
82+
app.use(
83+
createHead({
84+
init: [{ title: '社区门户', titleTemplate: '%s | 安同开源社区 (AOSC)' }]
85+
})
86+
);
8387
app.mount('#app');

src/pages/aoscc/articles/2025-guide.zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: AOSCC 2025 交通和住宿信息
3+
---
4+
15
## 协议住宿
26

37
经 SJTUG 志愿者实地洽谈,位于沪闵路 213 号的 **「汉庭江川路地铁站新店」** 提供协议住宿,酒店房量有限,如需下榻协议酒店,请**尽早**完成会议注册、预订与支付,协议住宿详情如下。

src/pages/aoscc/articles/2025-schedule.zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: AOSCC 2025 会议日程
3+
---
4+
15
## 会议日程
26

37
AOSCC 2025 为期两日,具体日程如下。

0 commit comments

Comments
 (0)