From 57cf1450916e932cefcfc95cdfa7f91012f8674f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 11 Mar 2014 10:12:12 -0700 Subject: [PATCH] index.md: Remove YAML front-matter We're not building this stand-alone lesson as part of a larger Jekyll site, so remove the YAML front-matter [1]. [1]: http://jekyllrb.com/docs/frontmatter/ --- index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.md b/index.md index aded47f..c119362 100644 --- a/index.md +++ b/index.md @@ -1,9 +1,3 @@ ---- -layout: lesson -root: ../.. -title: Using Databases and SQL -level: novice ---- Almost everyone has used spreadsheets, and almost everyone has eventually run up against their limitations. The more complicated a data set is, -- 2.26.2