fix: quote title in YAML frontmatter (handles colons)
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Conditioning the base distributions: fix a base, the rest adapt
|
| 3 |
emoji: 🧬
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: yellow
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "Conditioning the base distributions: fix a base, the rest adapt"
|
| 3 |
emoji: 🧬
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: yellow
|