Extend the allowed length of a summary to 90 characters
This commit is contained in:
parent
ef0a80a8f8
commit
a57188cbce
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
{{- .Title | truncate 50 "..." -}}
|
||||
</h3>
|
||||
</header>
|
||||
<div style="text-align: justify;">
|
||||
{{- .Summary | truncate 80 "..." -}}
|
||||
<div>
|
||||
{{- .Summary | truncate 90 "..." -}}
|
||||
</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue