From 1f81d15b50646dc4cd8ea22b5d7d13d7f79a17bb Mon Sep 17 00:00:00 2001 From: Ebun Omoni Date: Thu, 14 Nov 2019 22:31:11 -0800 Subject: [PATCH] Adding site title's back to the config Site.title was missing from the Config file. This proposed change adds it back. The index file still has code that references site.title in between the tags, but it would just show the URL by default because "title" wasn't specified anywhere. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 00911de7..b551242a 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,7 @@ name: John Smith description: "Nifty little description" url: "" +title: "" # Delete the lines you don't need