Extend the allowed length of a summary to 90 characters

This commit is contained in:
Campbell Alden 2022-09-13 21:50:08 +09:00
parent ef0a80a8f8
commit a57188cbce

View file

@ -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">