remove 'plainify' call from summary rendering
This commit is contained in:
parent
75eaf6b227
commit
32c9150232
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<span class="post-meta pull-right">
|
||||
<small>{{ .Date.Format (i18n "dateFormat") }}</small></span>
|
||||
{{- end }}
|
||||
<p class="card-text">{{ .Summary | plainify | truncate 100 }}</p>
|
||||
<p class="card-text">{{ .Summary | truncate 100 }}</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue