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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index d7711bc..1c97468 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,10 +19,8 @@
<span class="description">
{{ if isset .Params "description" }}
{{ .Description }}
- {{ else if gt (len .RawContent) 120 }}
- {{ slicestr .RawContent 0 120 }}...
{{ else }}
- {{ .RawContent }}
+ {{ .Summary }}&hellip;
{{ end }}
</span>
</div>