Skip to content

Commit 4273e07

Browse files
committed
style: fix date format error
1 parent aee2eec commit 4273e07

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

src/posts/Linux内核/NUMA Balance实现浅析.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2023/10/24
8+
date: 2023-10-24
99
category:
1010
- 笔记
1111
- Linux 内核

src/posts/Linux内核/内核分析/LinuxKernelMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2023/10/24
8+
date: 2023-10-24
99
category:
1010
- 笔记
1111
- Linux 内核

src/posts/Rust/Rust生命周期常见误区.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2023/10/24
8+
date: 2023-10-24
99
category:
1010
- 笔记
1111
- Rust

src/posts/Rust/利用Erased-trait进行类型擦除.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2024/04/30
8+
date: 2024-04-30
99
category:
1010
- 笔记
1111
- Rust

src/posts/backend/gRPC-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2023/11/029
8+
date: 2023-11-29
99
category:
1010
- 笔记
1111
- 后端

src/posts/rcc编译器/Chapter0前言.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2023/11/03
8+
date: 2023-11-03
99
category:
1010
- 笔记
1111
- 编译器

src/posts/rcc编译器/Chapter1词法分析器之Chumsky.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2023/11/03
8+
date: 2023-11-03
99
category:
1010
- 笔记
1111
- 编译器

src/posts/rcc编译器/HelloWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2023/11/1
8+
date: 2023-11-01
99
category:
1010
- 笔记
1111
- 编译器

src/posts/template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2023/10/24
8+
date: 2023-10-24
99
category:
10-
- none
10+
- category1
1111
tag:
12-
- none
12+
- tag1
1313
# this page is sticky in article list
1414
sticky: false
1515
# this page will appear in starred articles

src/posts/微信/微信底层解析.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: page
55
# This control sidebar order
66
order: 1
77
author: ChiChen
8-
date: 2024/02/24
8+
date: 2024-02-24
99
category:
1010
- 笔记
1111
- 微信

0 commit comments

Comments
 (0)