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

github.com/wayjam/hugo-theme-mixedpaper.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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 742c6bc..e9ad34d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,9 +10,9 @@
</h3>
<div class="post_content summary">
{{ .Summary }}
- {{ if .Truncated }}
- <span class="hellip">&hellip;</span>
- {{ end }}
+ {{ if .Truncated }}
+ <span class="hellip">&hellip;</span>
+ {{ end }}
</div>
</article>
{{ end }}