File tree Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 11{{- partial "header.html" . }}
2- {{- if .Site.Home.Content }}
3- {{- if eq (.Scratch.Get "relearnOutputFormat") "PRINT" }}
4- {{- partial "body.print.html" .Site.Home }}
5- {{- else }}
6- {{- partial "body.html" .Site.Home }}
7- {{- end }}
2+ {{- if not .Site.Home.Content }}
3+ {{- partial "initial.html" .Site.Home }}
4+ {{- else if eq (.Scratch.Get "relearnOutputFormat") "PRINT" }}
5+ {{- partial "body.print.html" .Site.Home }}
86{{- else }}
9- < article >
10-
11- < h1 > Customize your own home page</ h1 >
12- < p >
13- The site is working. Don't forget to customize this page with your own. You typically have 3 choices :
14- </ p >
15- < ul >
16- < li > < b > 1.</ b > Create an _index.md document in < b > content</ b > folder and fill it with Markdown content</ li >
17- < li > < b > 2.</ b > Create an < b > index.html</ b > file in the < b > static</ b > folder and fill the file with HTML content</ li >
18- < li > < b > 3.</ b > Configure your server to automatically redirect home page to one your documentation page</ li >
19- </ ul >
20-
21- < footer class ="footline ">
22- </ footer >
23- </ article >
7+ {{- partial "body.html" .Site.Home }}
248{{- end }}
259{{- partial "footer.html" . }}
Original file line number Diff line number Diff line change 1+ < article >
2+
3+ < h1 > Customize your own home page</ h1 >
4+ < p >
5+ The site is working. Don't forget to customize this page with your own. You typically have 3 choices :
6+ </ p >
7+ < ul >
8+ < li > < b > 1.</ b > Create an _index.md document in < b > content</ b > folder and fill it with Markdown content</ li >
9+ < li > < b > 2.</ b > Create an < b > index.html</ b > file in the < b > static</ b > folder and fill the file with HTML content</ li >
10+ < li > < b > 3.</ b > Configure your server to automatically redirect home page to one your documentation page</ li >
11+ </ ul >
12+
13+ < footer class ="footline ">
14+ </ footer >
15+ </ article >
You can’t perform that action at this time.
0 commit comments