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