What do you do if the title of a page includes ":" semicolons

I have a page title with semicolons. When I use regular “:” semicolons, it won’t let me compile. I try to use entity id :, however, it ends up displaying the entire entity id on the page. How do I use semicolons in title?

Example:

---
title: Accessibility in Procurement:  How to Read a VPAT
date: 2021-04-27T10:44:35.116Z
---

Enclose it in quotes:

title: "Accessibility in Procurement:  How to Read a VPAT"
1 Like

Thank you

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.