Skip to content

Commit c72a37e

Browse files
update avatars
1 parent 18a38e4 commit c72a37e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_pages/en/alumni.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_id: alumni
3-
layout: profiles
3+
layout: page
44
permalink: /members/alumni/
55
title: 🧑‍🎓Alumni
66
description: Alumni of X-LANCE

_pages/zh/alumni.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_id: alumni
3-
layout: profiles
3+
layout: page
44
permalink: /members/alumni/
55
title: 🧑‍🎓校友
66
description: X-LANCE毕业校友

process_avatar/process_xlance_profile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def convert_part(chars):
6969

7070
eng_alumni_md = """---
7171
page_id: alumni
72-
layout: profiles
72+
layout: page
7373
permalink: /members/alumni/
7474
title: 🧑‍🎓Alumni
7575
description: Alumni of X-LANCE
@@ -101,7 +101,7 @@ def convert_part(chars):
101101

102102
chi_alumni_md = """---
103103
page_id: alumni
104-
layout: profiles
104+
layout: page
105105
permalink: /members/alumni/
106106
title: 🧑‍🎓校友
107107
description: X-LANCE毕业校友

0 commit comments

Comments
 (0)