From 20feab5771ae5cbb257cfec85e0b98da06269068 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Williford" Date: Fri, 11 Nov 2016 07:38:14 +0000 Subject: [PATCH] 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: https://github.com/jekyll/jekyll/issues/549 --- docs/install_apt.md | 2 +- docs/install_osx.md | 2 +- docs/install_yum.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install_apt.md b/docs/install_apt.md index 3de5a494e0c..e95b022761b 100644 --- a/docs/install_apt.md +++ b/docs/install_apt.md @@ -1,5 +1,5 @@ --- -title: Installation: Ubuntu +title: "Installation: Ubuntu" --- # Ubuntu Installation diff --git a/docs/install_osx.md b/docs/install_osx.md index 6405d8ad046..a2da82f0fb2 100644 --- a/docs/install_osx.md +++ b/docs/install_osx.md @@ -1,5 +1,5 @@ --- -title: Installation: OS X +title: "Installation: OS X" --- # OS X Installation diff --git a/docs/install_yum.md b/docs/install_yum.md index 38bf7255c93..842fbd64177 100644 --- a/docs/install_yum.md +++ b/docs/install_yum.md @@ -1,5 +1,5 @@ --- -title: Installation: RHEL / Fedora / CentOS +title: "Installation: RHEL / Fedora / CentOS" --- # RHEL / Fedora / CentOS Installation