0

The title of my Jekyll/Kramdown post contains a colon

---
layout: post
title: abc : def
---

and the page fails to generate. According to this answer, I should replace the colon by :, so I did that. In the preview on Github it showed correctly as a colon, but in the actual post it just showed :. What might be the fix here?

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
user7843034
  • 429
  • 4
  • 8

1 Answers1

5

Found the solution. I just wrote

title: "abc : def"
user7843034
  • 429
  • 4
  • 8