diff --git a/exampleSite/content.en/_index.md b/exampleSite/content.en/_index.md index 407701a..723b24e 100644 --- a/exampleSite/content.en/_index.md +++ b/exampleSite/content.en/_index.md @@ -1,6 +1,7 @@ --- title: Introduction bookHeadingAnchor: false +layout: landing ---
diff --git a/layouts/home.html b/layouts/landing.html similarity index 100% rename from layouts/home.html rename to layouts/landing.html