File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments