Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c44ebf9..591dbe6 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -7,6 +7,7 @@
{{ range $paginator.Pages }}
<article>
+ {{ .Scratch.Set "isHome" true }}
{{ partial "post_header.html" . }}
{{ if eq .Site.Params.truncate false }}
@@ -30,7 +31,7 @@
</article>
{{ end }}
<!-- {{ template "_internal/pagination.html" . }} default pagination -->
- {{ partial "pagination.html" . }} <!-- use custom pagination -->
+ {{ partial "pagination.html" . }} <!-- use custom pagination -->
</div>