-
-Customize your own home page
-
- The site is working. Don't forget to customize this page with your own. You typically have 3 choices :
-
-
- - 1. Create an _index.md document in content folder and fill it with Markdown content
- - 2. Create an index.html file in the static folder and fill the file with HTML content
- - 3. Configure your server to automatically redirect home page to one your documentation page
-
-
-
-
-{{- end }}
-{{- partial "footer.html" . }}
\ No newline at end of file
+{{- partial "_index.html" . }}
\ No newline at end of file
diff --git a/layouts/index.print.html b/layouts/index.print.html
index a04c5856a8..6d7193eb94 100644
--- a/layouts/index.print.html
+++ b/layouts/index.print.html
@@ -1,22 +1,2 @@
{{- .Scratch.Set "relearnOutputFormat" "PRINT" }}
-{{- partial "header.html" . }}
-{{- if .Site.Home.Content }}
- {{- partial "content-print.html" .Site.Home }}
-{{- else }}
-