Skip to content

Commit 20feab5

Browse files
committed
Put quotes around titles in YAML front matter.
The colon produces errors unless the title is in quotes. This causes the minor issue of the HTML title not being set. See: jekyll/jekyll#549
1 parent 29cdee7 commit 20feab5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/install_apt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation: Ubuntu
2+
title: "Installation: Ubuntu"
33
---
44

55
# Ubuntu Installation

docs/install_osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation: OS X
2+
title: "Installation: OS X"
33
---
44

55
# OS X Installation

docs/install_yum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation: RHEL / Fedora / CentOS
2+
title: "Installation: RHEL / Fedora / CentOS"
33
---
44

55
# RHEL / Fedora / CentOS Installation

0 commit comments

Comments
 (0)