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/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 78bc079..f1e2a0c 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<div ref="streamContainer" class="stream-container">
+
<div class="post-list-container post-list-container-shadow">
<div class="post">
{{ $post_class := "post-head-wrapper-text-only"}}
@@ -109,5 +109,5 @@
</div>
</div>
</div>
-</div>
+
{{ end }}