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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-04-16 21:49:43 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-04-16 21:49:43 +0300
commitfd69e1c46e7350d9932a12d2c2ea7de941b945fb (patch)
tree685459ed75cc7cd89db6ef970d5aa947ce458ba2
parent13f0836a57d5e5dc678235eaeaeeac76a7788579 (diff)
added plainify to summary in list view
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 226b560..e020f51 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -17,7 +17,7 @@
>{{- dateFormat .Site.Params.theme.dateFormat .Date }}</time
> &middot; {{.Site.Params.author }}</span
>
- <p style="margin: 0; font-size: 0.8em;">{{ substr .Summary 0 125 }}...</p>
+ <p style="margin: 0; font-size: 0.8em;">{{ substr .Summary 0 125 | plainify }}...</p>
</div>
{{ end }}
</div>