Skip to content

Commit 9931d44

Browse files
committed
Pages: Use JSON instead of YAML for metadata
1 parent b60ff10 commit 9931d44

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pages/irc-bot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
title: IRC Bot Commands
3-
---
1+
<script>{
2+
"title": "IRC Bot Commands"
3+
}</script>
44

55
The IRC bot, b-ot, is a helpful little minion that you can use inside the IRC room to get quick access to info from around the web.
66

pages/irc-help.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
title: IRC Help
3-
---
1+
<script>{
2+
"title": "IRC Help"
3+
}</script>
44

55
## Getting Connected
66

0 commit comments

Comments
 (0)