Skip to content

Commit 8d950f4

Browse files
committed
Increase summary to 400 chars
1 parent c9a9e66 commit 8d950f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/_default/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>{{ $i }}. <a href="{{ .Permalink }}">{{ .Title }}</a> <span class="tag">{{ .
1414
<div class="meta">
1515
{{ with .Params.author }}{{ . }} · {{ end }}{{ .Date.Format "January 2, 2006" }}
1616
</div>
17-
<p class="summary-text">{{ truncate 300 (.Plain | htmlUnescape) }}</p>
17+
<p class="summary-text">{{ truncate 400 (.Plain | htmlUnescape) }}</p>
1818
<a href="{{ .Permalink }}">Read more →</a>
1919
</div>
2020
{{ end }}
@@ -43,7 +43,7 @@ <h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
4343
<div class="meta">
4444
{{ with .Params.author }}{{ . }} · {{ end }}{{ .Date.Format "January 2, 2006" }}
4545
</div>
46-
<p class="summary-text">{{ truncate 300 (.Plain | htmlUnescape) }}</p>
46+
<p class="summary-text">{{ truncate 400 (.Plain | htmlUnescape) }}</p>
4747
<a href="{{ .Permalink }}">Read more →</a>
4848
</div>
4949
{{ end }}

0 commit comments

Comments
 (0)