From 70610335fdba91cbba81f04b5b2139a531a510c6 Mon Sep 17 00:00:00 2001 From: Harshad Sabne Date: Wed, 4 Sep 2013 18:33:50 +0530 Subject: [PATCH] Update index.html Fixed typos in documentation. --- content/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/templates/index.html b/content/templates/index.html index fdf7a1c..bda2c3f 100644 --- a/content/templates/index.html +++ b/content/templates/index.html @@ -17,7 +17,7 @@ ## Site structure -Hyde encourages sepration of content from layout. The following shows a +Hyde encourages separation of content from layout. The following shows a typical structure of a hyde website. ~~~~~sh~~~~~~~~~ @@ -39,7 +39,7 @@ A good objective is to have all the files in content contain as little layout as possible and be written with a text oriented markup language like -`markdown`. While its not always possible to achieve 100% sepration, hyde +`markdown`. While its not always possible to achieve 100% separation, hyde provides several nice tools to get very close to that goal. ## Context Variables @@ -63,4 +63,4 @@ [jinja2]: {{ links.jinja2 }} [jinja2docs]: {{ links.jinja2docs }} [ctxconfig]: [[config#context_data]] -[sitemodel]: [[[site_model]]] \ No newline at end of file +[sitemodel]: [[[site_model]]]