improve formatting

This commit is contained in:
2025-06-06 18:08:59 -06:00
parent 900fe7ed06
commit 2dd4884e9f
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{{ range $pages }}
<article>
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
<p>{{ .Content | truncate 100 }}</p>
<p>{{ .Content | truncate 250 }}</p>
</article>
{{ end }}
</section>