From 982bee963787867bac2b82656d06590a89538be5 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 6 Oct 2015 20:46:41 -0700 Subject: [PATCH] Fixed links and page layout --- _layouts/page.html | 10 +++++----- index.html | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index f2c5f8a9..a39494fa 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -18,18 +18,18 @@ layout: default

- {page.title} + {{ page.title }}

- {page.description} + {{ page.description }}

- {content} + {{ content }}
diff --git a/index.html b/index.html index 5dc667a1..71bd202e 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,6 @@ layout: default