Skip to content

Commit 773f62b

Browse files
committed
Fix malformed blog frontmatter titles
1 parent a4fc53e commit 773f62b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/blog/2025-08-10/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ""深入理解并实现基本的基数树(Radix Tree)数据结构""
2+
title: "深入理解并实现基本的基数树(Radix Tree)数据结构"
33
author: "王思成"
44
date: "Aug 10, 2025"
55
description: "深入解析基数树原理与实现"

src/content/blog/2025-08-12/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ""深入理解并实现基本的布谷鸟哈希(Cuckoo Hashing)数据结构""
2+
title: "深入理解并实现基本的布谷鸟哈希(Cuckoo Hashing)数据结构"
33
author: "黄梓淳"
44
date: "Aug 12, 2025"
55
description: "深入解析布谷鸟哈希原理与实现"

0 commit comments

Comments
 (0)