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

github.com/AmazingRise/hugo-theme-diary.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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index f404871..5efb1d4 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
{{ define "main" }}
-<div ref="streamContainer" class="stream-container">
+
<div class="post-list-container post-list-container-no-background">
{{range .Paginator.Pages}}
{{if and (.IsPage) (.Params.date)}}
@@ -36,5 +36,5 @@
{{ end }}
</a>
</div>
-</div>
+
{{ end }}