Skip to content

Commit

Permalink
A few small grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
farmergreg authored Jul 28, 2017
1 parent 8ccb96f commit 35fa63c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ <h1>Customize your own home page</h1>
The site is working. Don't forget to customize this homepage with your own. You typically have 2 choices :
</p>
<ul>
<li><b>1. </b> Create a _index.md document in content folder</li>
<li><b>2. </b> Configure your server to automatically redirect home page to one your documentation page</li>
<li><b>1. </b> Create an _index.md document in the content folder</li>
<li><b>2. </b> Configure your server to automatically redirect this home page to one of your documentation pages</li>
</ul>
{{end}}
<p><i class="fa fa-heart fa-4x"></i></p>
{{ end }}
{{ partial "footer.html" . }}
{{ partial "footer.html" . }}

0 comments on commit 35fa63c

Please sign in to comment.