Skip to content

Commit 17c97bd

Browse files
fix(friends): Normalize friend URLs by removing trailing slashes
- Remove trailing slash from B3n1gn X's URL - Remove trailing slash from Kazuha's URL - Remove trailing slash from Lazy_V's Blog URL - Standardize URL format across friends list for consistency
1 parent baf16fa commit 17c97bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_data/friends.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# 每条记录包含: name (必填), url (必填), icon (可选), description (可选)
33

44
- name: "B3n1gn X"
5-
url: "https://benign.host/"
5+
url: "https://benign.host"
66
icon: "https://benign.host/_astro/24841247_iUHr3.webp"
77
description: "Overflow Stack Developer."
88

99
- name: "Kazuha"
10-
url: "https://kaze-kazuha.top/"
10+
url: "https://kaze-kazuha.top"
1111
# icon: (无图标,显示默认)
1212
description: "我的大学同学"
1313

@@ -22,6 +22,6 @@
2222
description: "Leo,中国科学院大学,软件工程"
2323

2424
- name: "Lazy_V's Blog"
25-
url: "https://zzxzzk115.github.io/blog/"
25+
url: "https://zzxzzk115.github.io"
2626
icon: "https://zzxzzk115.github.io/blog/logo.png"
2727
description: "Talk is cheap, show me the code."

0 commit comments

Comments
 (0)