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 "..." -}}
|
{{- .Title | truncate 50 "..." -}}
|
||||||
</h3>
|
</h3>
|
||||||
</header>
|
</header>
|
||||||
<div style="text-align: justify;">
|
<div>
|
||||||
{{- .Summary | truncate 80 "..." -}}
|
{{- .Summary | truncate 90 "..." -}}
|
||||||
</div>
|
</div>
|
||||||
<div class="cluster spacing:between">
|
<div class="cluster spacing:between">
|
||||||
<div class="cluster s1 align:center">
|
<div class="cluster s1 align:center">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue