From 20feab5771ae5cbb257cfec85e0b98da06269068 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Williford" Date: Fri, 11 Nov 2016 07:38:14 +0000 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/install_apt.md') 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 -- cgit v1.2.3