diff options
author | Jonathan R. Williford <jonathan@neural.vision> | 2016-11-11 07:38:14 +0000 |
---|---|---|
committer | Jonathan R. Williford <jonathan@neural.vision> | 2016-11-11 13:27:23 +0000 |
commit | 20feab5771ae5cbb257cfec85e0b98da06269068 (patch) | |
tree | 6b28afab38ef8b356b423618af0d942e84694279 | |
parent | 29cdee7d52c5c23f6b09afaeb12d768bc954f081 (diff) | |
download | caffeonacl-20feab5771ae5cbb257cfec85e0b98da06269068.tar.gz caffeonacl-20feab5771ae5cbb257cfec85e0b98da06269068.tar.bz2 caffeonacl-20feab5771ae5cbb257cfec85e0b98da06269068.zip |
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
-rw-r--r-- | docs/install_apt.md | 2 | ||||
-rw-r--r-- | docs/install_osx.md | 2 | ||||
-rw-r--r-- | 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 3de5a494..e95b0227 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 6405d8ad..a2da82f0 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 38bf7255..842fbd64 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 |