From a6a9c641de02fe1681ecd708e32d27b6fd685f96 Mon Sep 17 00:00:00 2001 From: LuminousRubyist <andytaelee@gmail.com> Date: Thu, 8 Sep 2016 10:46:44 -0400 Subject: [PATCH] Get page.html to work --- _layouts/page.html | 1 - index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 5e71126..73dae17 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,5 +1,4 @@ --- layout: default --- - {{ content }} diff --git a/index.html b/index.html index 5e9335e..966f694 100755 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ --- -layout: default +layout: page title: homepage permalink: / --- -- GitLab