Skip to content

Commit 0c87770

Browse files
committed
wrap frontmatter values in double quotes to escape special characters
1 parent 6dfe394 commit 0c87770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/content/developers/docs/gas/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Ethereum gas and fees: technical overview
2+
title: "Ethereum gas and fees: technical overview"
33
description:
44
lang: en
55
---

public/content/smart-contracts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Smart contracts: What are they and benefits
2+
title: "Smart contracts: What are they and benefits"
33
description: A non-technical introduction to smart contracts
44
lang: en
55
---

0 commit comments

Comments
 (0)