diff --git a/_includes/header.html b/_includes/header.html index 40bec4c..3275b6f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,7 +1,7 @@ - - + + diff --git a/_includes/javascript.html b/_includes/javascript.html index 531a392..cf5ba14 100644 --- a/_includes/javascript.html +++ b/_includes/javascript.html @@ -1,3 +1,3 @@ - - + + diff --git a/_layouts/page.html b/_layouts/page.html index bb76241..ccccdee 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -4,6 +4,8 @@ @@ -11,17 +13,15 @@ {% include header.html %} - {% include github-ribbon.html %} -
{% include banner.html %}
{{content}} - {% include footer.html %}
-
+ {% include footer.html %} +
{% include javascript.html %} diff --git a/setup/index.md b/setup/index.md index 657ffa5..1567133 100644 --- a/setup/index.md +++ b/setup/index.md @@ -1,6 +1,7 @@ --- layout: page title: Testing Setup +root: .. --- For Learners ------------