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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/row.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/row.html b/layouts/partials/row.html
index 282ede3..acc550d 100644
--- a/layouts/partials/row.html
+++ b/layouts/partials/row.html
@@ -79,7 +79,7 @@
{{- else -}}
<div class = "col">
{{- if ge (countrunes .Description ) 600 -}}
- <p class = "hompage_episode_description">{{ .Description | markdownify | truncate 900 " "}}&nbsp;<small><a href = "{{ .Permalink }}">Read More</a></small></p>
+ <p class = "hompage_episode_description">{{ .Description | markdownify | truncate 600 " "}}&nbsp;<small><a href = "{{ .Permalink }}">Read More</a></small></p>
{{- else -}}
<p class = "hompage_episode_description">{{ .Description | markdownify }}</p>
{{- end -}}