aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/templates/homepage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/homepage.md')
-rw-r--r--docs/content/en/templates/homepage.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/templates/homepage.md b/docs/content/en/templates/homepage.md
index 5fe6902d3..a176a51f2 100644
--- a/docs/content/en/templates/homepage.md
+++ b/docs/content/en/templates/homepage.md
@@ -40,7 +40,7 @@ The following is an example of a homepage template that uses [partial][partials]
<header class="homepage-header">
<h1>{{ .Title }}</h1>
{{ with .Params.subtitle }}
- <span class="subtitle">{{ . }}</span>
+ <span class="subtitle">{{ . }}</span>
{{ end }}
</header>
<div class="homepage-content">
@@ -49,7 +49,7 @@ The following is an example of a homepage template that uses [partial][partials]
</div>
<div>
{{ range first 10 .Site.RegularPages }}
- {{ .Render "summary" }}
+ {{ .Render "summary" }}
{{ end }}
</div>
</main>